{ "uuid": "15ca4394-c96e-4200-b69d-57092da7c199", "lastMigration": 29, "name": "Neblio REST API Suite", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "949ce4ff-9b2f-4133-895c-903e3758b869", "documentation": "Send a JSON-RPC call to a localhost neblio-Qt or nebliod node", "method": "post", "endpoint": "", "responses": [ { "uuid": "2630015e-86aa-44fe-87ca-9c445ac028da", "body": "{\n \"error\": {},\n \"id\": \"\",\n \"result\": {}\n}", "latency": 0, "statusCode": 200, "label": "Object containing the JSON response from the Neblio node.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "461d4ecd-5a17-4f45-8e93-f58a8e05fade", "body": "", "latency": 0, "statusCode": 401, "label": "Authentication information is missing or invalid", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "WWW_Authenticate", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "99a854af-226d-45a5-b000-5587c4d76e31", "documentation": "Returns address object", "method": "get", "endpoint": "ins/addr/:address", "responses": [ { "uuid": "c9a3cee4-e60d-4e67-8e45-13d503259353", "body": "{\n \"addrStr\": \"\",\n \"balance\": {{faker 'number.int' max=99999}},\n \"balanceSat\": {{faker 'number.int' max=99999}},\n \"totalReceived\": {{faker 'number.int' max=99999}},\n \"totalReceivedSat\": {{faker 'number.int' max=99999}},\n \"totalSent\": {{faker 'number.int' max=99999}},\n \"totalSentSat\": {{faker 'number.int' max=99999}},\n \"transactions\": [\n \"\"\n ],\n \"txAppearances\": {{faker 'number.int' max=99999}},\n \"unconfirmedBalance\": {{faker 'number.int' max=99999}},\n \"unconfirmedBalanceSat\": {{faker 'number.int' max=99999}},\n \"unconfirmedTxAppearances\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Object containing address info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abd7309b-5e8e-4cd2-8ecb-843a1072ff25", "documentation": "Returns address balance in sats", "method": "get", "endpoint": "ins/addr/:address/balance", "responses": [ { "uuid": "8ce9c4b2-f5f2-4131-9272-41ad1dc5a589", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Address balance", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27b44da7-89cc-4f33-ba96-071882d6770e", "documentation": "Returns total received by address in sats", "method": "get", "endpoint": "ins/addr/:address/totalReceived", "responses": [ { "uuid": "93a4173f-47b9-4d5c-a830-c4d78925e5df", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Total received by address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6de96be8-e849-4ffc-8577-076e61639d7a", "documentation": "Returns total sent by address in sats", "method": "get", "endpoint": "ins/addr/:address/totalSent", "responses": [ { "uuid": "79ad5194-1a28-40c5-b5c1-9bae1555fa1e", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Total sent by address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "de1a4f3b-53e6-4da5-920f-74bd0ff6db49", "documentation": "Returns address unconfirmed balance in sats", "method": "get", "endpoint": "ins/addr/:address/unconfirmedBalance", "responses": [ { "uuid": "d05f3ba5-8414-4b92-93a8-c96b7ac93374", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Address unconfirmed balance", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "003b951d-e962-4ef6-ad4a-e81780739c06", "documentation": "Returns all UTXOs at a given address", "method": "get", "endpoint": "ins/addr/:address/utxo", "responses": [ { "uuid": "94b293c1-180e-458d-accb-9827f98021e2", "body": "[\n {\n \"address\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": \"\",\n \"ts\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"vout\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "UTXOs at an address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f2f42bd-85b9-4e2c-a159-3dee15d0df19", "documentation": "Returns block hash of block", "method": "get", "endpoint": "ins/block-index/:blockindex", "responses": [ { "uuid": "95b0a08e-8640-49c3-ba8a-e5b2b1a7e7ef", "body": "{\n \"blockHash\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing block hash", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c8619b5-7bf8-4ecd-917c-ac8dc0cc73cb", "documentation": "Returns information regarding a Neblio block", "method": "get", "endpoint": "ins/block/:blockhash", "responses": [ { "uuid": "4065b8d0-ee19-48b0-81d2-4b73c46ba639", "body": "{\n \"bits\": \"\",\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"difficulty\": {{faker 'number.int' max=99999}},\n \"hash\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"merkleroot\": \"\",\n \"nextblockhash\": \"\",\n \"nonce\": {{faker 'number.int' max=99999}},\n \"previousblockhash\": \"\",\n \"reward\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"tx\": [\n \"\"\n ],\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Object containing all information on a blockchain block", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "720cc4df-445a-4490-ba63-45b5ea7ed1a8", "documentation": "Returns raw transaction hex", "method": "get", "endpoint": "ins/rawtx/:txid", "responses": [ { "uuid": "bc382c3c-e1e1-457a-8ee4-d150a193b69a", "body": "{\n \"rawtx\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing raw hex of transaction", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f626ecc7-5077-4610-b6a3-9f225ab5ef4f", "documentation": "Utility API for calling several blockchain node functions", "method": "get", "endpoint": "ins/status", "responses": [ { "uuid": "a21b13a7-d11b-4374-9aff-44c9add546e3", "body": "{}", "latency": 0, "statusCode": 200, "label": "Function Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1158c558-7fb9-41aa-bf4c-925e829abb3c", "documentation": "Get node sync status", "method": "get", "endpoint": "ins/sync", "responses": [ { "uuid": "aaa16712-cdc1-4677-bf42-8d9b18a10d45", "body": "{\n \"blockChainHeight\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"syncPercentage\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Sync Info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0bcc64e2-723e-47cb-aa83-b765bcf54a95", "documentation": "Broadcasts a signed raw transaction to the network (not NTP1 specific)", "method": "post", "endpoint": "ins/tx/send", "responses": [ { "uuid": "6be02b1a-6e4b-4e7a-b567-70fbdee4e4e4", "body": "{\n \"txid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object containing the TXID if the broadcast was successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f4e08d2e-48e1-4846-be66-aa68a6414d39", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "466394f1-1334-4d2d-8d41-c63cc62ca1af", "documentation": "Returns transaction object", "method": "get", "endpoint": "ins/tx/:txid", "responses": [ { "uuid": "6f496360-5c61-4d94-a964-95d8ed1ca5ab", "body": "{\n \"blockhash\": \"\",\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"fee\": {{faker 'number.int' max=99999}},\n \"fees\": {{faker 'number.int' max=99999}},\n \"locktime\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"totalsent\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"valueIn\": {{faker 'number.int' max=99999}},\n \"valueOut\": {{faker 'number.int' max=99999}},\n \"version\": {{faker 'number.int' max=99999}},\n \"vin\": [\n {\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptSig\": {\n \"asm\": \"\",\n \"hex\": \"\"\n },\n \"sequence\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"value\": {{faker 'number.int' max=99999}},\n \"valueSat\": {{faker 'number.int' max=99999}},\n \"vout\": {{faker 'number.int' max=99999}}\n }\n ],\n \"vout\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"used\": {{faker 'datatype.boolean'}},\n \"usedBlockheight\": {{faker 'number.int' max=99999}},\n \"usedTxid\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Object containing transaction info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85cf1bf4-abf3-4bff-b829-5f2852415c24", "documentation": "Get transactions by block or address", "method": "get", "endpoint": "ins/txs", "responses": [ { "uuid": "49583a55-4d29-4b83-a8af-6b17d428f7de", "body": "{\n \"pagesTotal\": {{faker 'number.int' max=99999}},\n \"txs\": [\n {\n \"blockhash\": \"\",\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"fee\": {{faker 'number.int' max=99999}},\n \"fees\": {{faker 'number.int' max=99999}},\n \"locktime\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"totalsent\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"valueIn\": {{faker 'number.int' max=99999}},\n \"valueOut\": {{faker 'number.int' max=99999}},\n \"version\": {{faker 'number.int' max=99999}},\n \"vin\": [\n {\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptSig\": {\n \"asm\": \"\",\n \"hex\": \"\"\n },\n \"sequence\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"value\": {{faker 'number.int' max=99999}},\n \"valueSat\": {{faker 'number.int' max=99999}},\n \"vout\": {{faker 'number.int' max=99999}}\n }\n ],\n \"vout\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"used\": {{faker 'datatype.boolean'}},\n \"usedBlockheight\": {{faker 'number.int' max=99999}},\n \"usedTxid\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of transactions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56ac60f1-a580-48c9-b66c-b587ca5e6aac", "documentation": "Information On a Neblio Address", "method": "get", "endpoint": "ntp1/addressinfo/:address", "responses": [ { "uuid": "4e8e0615-ed95-4177-9535-9df4a5a239da", "body": "{\n \"address\": \"\",\n \"utxos\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"index\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {},\n \"tokens\": [\n {\n \"aggregationPolicy\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"issueTxid\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"tokenId\": \"\"\n }\n ],\n \"txid\": \"\",\n \"used\": {{faker 'datatype.boolean'}},\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An object with an array of UTXOs for this address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "776ffd7d-f3c5-407b-be88-8aa2cbb81093", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "400403e9-8518-401a-99f2-93da61e9f0fa", "documentation": "Broadcasts a signed raw transaction to the network", "method": "post", "endpoint": "ntp1/broadcast", "responses": [ { "uuid": "436ff14a-ef68-40d4-8ecd-065b8467626a", "body": "{\n \"txid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object containing the TXID if the broadcast was successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c02b67d6-a959-43b5-b61b-1ea120edd56a", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cafef570-7ac8-4973-bbfb-1dd1f44f91f3", "documentation": "Builds a transaction that burns an NTP1 Token", "method": "post", "endpoint": "ntp1/burntoken", "responses": [ { "uuid": "a2adf3ac-f848-48b8-9886-eca41346897f", "body": "{\n \"multisigOutputs\": [\n {{faker 'number.int' max=99999}}\n ],\n \"ntp1OutputIndexes\": [\n {{faker 'number.int' max=99999}}\n ],\n \"txHex\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object representing the tx to burn the token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f8b10c08-12cf-43fe-80ef-b7df33cf8ad2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "216e22a9-3410-4215-aacd-36137b48a49c", "documentation": "Builds a transaction that issues a new NTP1 Token", "method": "post", "endpoint": "ntp1/issue", "responses": [ { "uuid": "883f8aeb-bcbf-4b1a-b3ad-033f5d385a42", "body": "{\n \"tokenId\": \"\",\n \"txHex\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object representing the token created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a544a01-615b-4d7e-a99e-4a71bc7957f2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "889915c6-e96b-49da-a824-88ce773711c2", "documentation": "Builds a transaction that sends an NTP1 Token", "method": "post", "endpoint": "ntp1/sendtoken", "responses": [ { "uuid": "174a9247-bf66-4ff5-a480-070027964246", "body": "{\n \"multisigOutputs\": [\n {{faker 'number.int' max=99999}}\n ],\n \"ntp1OutputIndexes\": [\n {{faker 'number.int' max=99999}}\n ],\n \"txHex\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object representing the tx to send the token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "203dd9b5-8c92-44cb-a2a2-29c08abbccf4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83e16b76-1036-4b28-af5c-96d830972c99", "documentation": "Get Addresses Holding a Token", "method": "get", "endpoint": "ntp1/stakeholders/:tokenid", "responses": [ { "uuid": "8db7d2fb-9afa-4edb-9b27-f1aa7bd1da73", "body": "{\n \"aggregationPolicy\": \"\",\n \"divibility\": {{faker 'number.int' max=99999}},\n \"holders\": [\n {\n \"address\": \"\",\n \"amount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"someUtxo\": \"\",\n \"tokenId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object containing all of the addresses holding a token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5cd752f7-cc0a-4f6e-9763-65e594fdefb3", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5dbd7838-7903-461a-8196-a711b82a3321", "documentation": "Returns the tokenId representing a token", "method": "get", "endpoint": "ntp1/tokenid/:tokensymbol", "responses": [ { "uuid": "da1c86c8-f42f-435b-9843-e614afecbd26", "body": "{\n \"tokenId\": \"\",\n \"tokenName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing the token symbol and ID, if token symbol does not exist on network, empty object is returned.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44f5e77f-0c54-45e8-a5bf-09720d276258", "documentation": "Get Metadata of Token", "method": "get", "endpoint": "ntp1/tokenmetadata/:tokenid", "responses": [ { "uuid": "e669bb6b-5e16-4c93-82fd-571c733a0b3e", "body": "{\n \"aggregationPolicy\": \"\",\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"firstBlock\": {{faker 'number.int' max=99999}},\n \"initialIssuanceAmount\": {{faker 'number.int' max=99999}},\n \"issuanceTxid\": \"\",\n \"issueAddress\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"metadataOfIssuance\": {\n \"data\": {\n \"description\": \"\",\n \"issuer\": \"\",\n \"tokenName\": \"\",\n \"userData\": {\n \"meta\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n }\n },\n \"metadataOfUtxo\": {\n \"userData\": {\n \"meta\": [\n {}\n ]\n }\n },\n \"numOfBurns\": {{faker 'number.int' max=99999}},\n \"numOfHolders\": {{faker 'number.int' max=99999}},\n \"numOfIssuance\": {{faker 'number.int' max=99999}},\n \"numOfTransfers\": {{faker 'number.int' max=99999}},\n \"someUtxo\": \"\",\n \"tokenId\": \"\",\n \"totalSupply\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "An object containing the metadata of a token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "71c353f7-46de-41b4-96e3-91775d6382fd", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29eb72df-2d05-4ac6-8e61-ab2ec34674b9", "documentation": "Get UTXO Metadata of Token", "method": "get", "endpoint": "ntp1/tokenmetadata/:tokenid/:utxo", "responses": [ { "uuid": "81774d63-e419-438f-9d7b-4b430e27df4d", "body": "{\n \"aggregationPolicy\": \"\",\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"firstBlock\": {{faker 'number.int' max=99999}},\n \"initialIssuanceAmount\": {{faker 'number.int' max=99999}},\n \"issuanceTxid\": \"\",\n \"issueAddress\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"metadataOfIssuance\": {\n \"data\": {\n \"description\": \"\",\n \"issuer\": \"\",\n \"tokenName\": \"\",\n \"userData\": {\n \"meta\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n }\n },\n \"metadataOfUtxo\": {\n \"userData\": {\n \"meta\": [\n {}\n ]\n }\n },\n \"numOfBurns\": {{faker 'number.int' max=99999}},\n \"numOfHolders\": {{faker 'number.int' max=99999}},\n \"numOfIssuance\": {{faker 'number.int' max=99999}},\n \"numOfTransfers\": {{faker 'number.int' max=99999}},\n \"someUtxo\": \"\",\n \"tokenId\": \"\",\n \"totalSupply\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "An object containing the metadata of a token for a UTXO", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e0a8dd80-424a-4557-b46d-6c2f891129b2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4584bf2c-ef10-4ff0-83fe-7eac59eac9db", "documentation": "Information On an NTP1 Transaction", "method": "get", "endpoint": "ntp1/transactioninfo/:txid", "responses": [ { "uuid": "8a9b2851-2be3-427a-9050-14302188cacc", "body": "{\n \"blockhash\": \"\",\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"fee\": {{faker 'number.int' max=99999}},\n \"hex\": \"\",\n \"locktime\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"totalsent\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"version\": {{faker 'number.int' max=99999}},\n \"vin\": [\n {\n \"previousOutput\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"scriptSig\": {\n \"asm\": \"\",\n \"hex\": \"\"\n },\n \"sequence\": {{faker 'number.int' max=99999}},\n \"tokens\": [\n {\n \"aggregationPolicy\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"issueTxid\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"tokenId\": \"\"\n }\n ],\n \"txid\": \"\",\n \"value\": {{faker 'number.int' max=99999}},\n \"vout\": {{faker 'number.int' max=99999}}\n }\n ],\n \"vout\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"tokens\": [\n {\n \"aggregationPolicy\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"issueTxid\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"tokenId\": \"\"\n }\n ],\n \"used\": {{faker 'datatype.boolean'}},\n \"usedBlockheight\": {{faker 'number.int' max=99999}},\n \"usedTxid\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An object represending this transaction", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7b1dbf16-f22e-4517-9237-41235abd5ce4", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a13a42c9-8c8c-4269-98a9-4ae4064192b3", "documentation": "Withdraws testnet NEBL to the specified address", "method": "get", "endpoint": "testnet/faucet", "responses": [ { "uuid": "ba46206c-5836-4f06-b78f-39fa2244d90c", "body": "{\n \"data\": {\n \"txId\": \"\"\n },\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing the transaction ID of the withdrawal.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b75d292b-8939-4c40-87b1-ff6eeea20e6b", "documentation": "Returns address object", "method": "get", "endpoint": "testnet/ins/addr/:address", "responses": [ { "uuid": "27471baa-e108-45b0-bfc1-76e240a778a9", "body": "{\n \"addrStr\": \"\",\n \"balance\": {{faker 'number.int' max=99999}},\n \"balanceSat\": {{faker 'number.int' max=99999}},\n \"totalReceived\": {{faker 'number.int' max=99999}},\n \"totalReceivedSat\": {{faker 'number.int' max=99999}},\n \"totalSent\": {{faker 'number.int' max=99999}},\n \"totalSentSat\": {{faker 'number.int' max=99999}},\n \"transactions\": [\n \"\"\n ],\n \"txAppearances\": {{faker 'number.int' max=99999}},\n \"unconfirmedBalance\": {{faker 'number.int' max=99999}},\n \"unconfirmedBalanceSat\": {{faker 'number.int' max=99999}},\n \"unconfirmedTxAppearances\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Object containing address info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "133e4f82-706f-496a-be33-6b84749ed98d", "documentation": "Returns address balance in sats", "method": "get", "endpoint": "testnet/ins/addr/:address/balance", "responses": [ { "uuid": "50d9f7bf-b836-4bc7-86db-964634e9cc8b", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Address balance", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcf40cfe-bb64-4bef-9b2d-d003c3758da9", "documentation": "Returns total received by address in sats", "method": "get", "endpoint": "testnet/ins/addr/:address/totalReceived", "responses": [ { "uuid": "cc32c7c4-eb17-41df-a899-576b31ea2a13", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Total received by address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "473f6e20-b034-4019-8494-06c43df103b1", "documentation": "Returns total sent by address in sats", "method": "get", "endpoint": "testnet/ins/addr/:address/totalSent", "responses": [ { "uuid": "c77cca2a-7e9b-40ca-a7a8-256c812cd838", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Total sent by address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "014ad757-5ee1-46eb-b4ed-25e311be1e63", "documentation": "Returns address unconfirmed balance in sats", "method": "get", "endpoint": "testnet/ins/addr/:address/unconfirmedBalance", "responses": [ { "uuid": "aac8a528-40ee-4fa2-9322-617f9866f3f2", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "Address unconfirmed balance", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8601785-69a4-494d-9326-ee2c9249ddc6", "documentation": "Returns all UTXOs at a given address", "method": "get", "endpoint": "testnet/ins/addr/:address/utxo", "responses": [ { "uuid": "ec609c33-4dba-4a3c-991f-8484f51f27a8", "body": "[\n {\n \"address\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": \"\",\n \"ts\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"vout\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "UTXOs at an address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f28ce03-1a40-4eff-8ff5-085a36deec34", "documentation": "Returns block hash of block", "method": "get", "endpoint": "testnet/ins/block-index/:blockindex", "responses": [ { "uuid": "7ec58c02-7681-420d-a5ae-09a9a508adc5", "body": "{\n \"blockHash\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing block hash", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7d1715a-53c0-43df-a02c-23ccb8db1a09", "documentation": "Returns information regarding a Neblio block", "method": "get", "endpoint": "testnet/ins/block/:blockhash", "responses": [ { "uuid": "f5e5132b-2963-4a35-af55-0e522c251966", "body": "{\n \"bits\": \"\",\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"difficulty\": {{faker 'number.int' max=99999}},\n \"hash\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"merkleroot\": \"\",\n \"nextblockhash\": \"\",\n \"nonce\": {{faker 'number.int' max=99999}},\n \"previousblockhash\": \"\",\n \"reward\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"tx\": [\n \"\"\n ],\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Object containing all information on a blockchain block", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0b35acff-6a47-4f54-94f7-05abcbd152e0", "documentation": "Returns raw transaction hex", "method": "get", "endpoint": "testnet/ins/rawtx/:txid", "responses": [ { "uuid": "04b7b0b2-b943-4abc-8c93-eaff61ad31e0", "body": "{\n \"rawtx\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing raw hex of transaction", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9165b3bc-5087-4b1e-bedb-2b8f67866a06", "documentation": "Utility API for calling several blockchain node functions", "method": "get", "endpoint": "testnet/ins/status", "responses": [ { "uuid": "63dee846-b911-41be-914d-e3ddd4a4df5d", "body": "{}", "latency": 0, "statusCode": 200, "label": "Function Response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73cb8b61-038a-46ad-b54e-1a611738cfdc", "documentation": "Get node sync status", "method": "get", "endpoint": "testnet/ins/sync", "responses": [ { "uuid": "7318eac7-4aa7-475a-bc90-f4b96a85626f", "body": "{\n \"blockChainHeight\": {{faker 'number.int' max=99999}},\n \"error\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"syncPercentage\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Sync Info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bfef1834-f889-449b-8b48-9c8dd185b17b", "documentation": "Broadcasts a signed raw transaction to the network (not NTP1 specific)", "method": "post", "endpoint": "testnet/ins/tx/send", "responses": [ { "uuid": "4747c9a7-5223-4309-9575-f43b2992b25b", "body": "{\n \"txid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object containing the TXID if the broadcast was successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "29c9c90e-8388-4ba9-b0f1-29be5a98e0a2", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c63d33e-e123-41b9-9c2e-2b2a65b6e083", "documentation": "Returns transaction object", "method": "get", "endpoint": "testnet/ins/tx/:txid", "responses": [ { "uuid": "d91f9ad7-0b19-4e9a-8d41-09fd5493102c", "body": "{\n \"blockhash\": \"\",\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"fee\": {{faker 'number.int' max=99999}},\n \"fees\": {{faker 'number.int' max=99999}},\n \"locktime\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"totalsent\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"valueIn\": {{faker 'number.int' max=99999}},\n \"valueOut\": {{faker 'number.int' max=99999}},\n \"version\": {{faker 'number.int' max=99999}},\n \"vin\": [\n {\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptSig\": {\n \"asm\": \"\",\n \"hex\": \"\"\n },\n \"sequence\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"value\": {{faker 'number.int' max=99999}},\n \"valueSat\": {{faker 'number.int' max=99999}},\n \"vout\": {{faker 'number.int' max=99999}}\n }\n ],\n \"vout\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"used\": {{faker 'datatype.boolean'}},\n \"usedBlockheight\": {{faker 'number.int' max=99999}},\n \"usedTxid\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Object containing transaction info", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "262815e2-8bbc-4d22-a0c1-0568d20f2fbf", "documentation": "Get transactions by block or address", "method": "get", "endpoint": "testnet/ins/txs", "responses": [ { "uuid": "e4292423-7b30-4d42-b5b8-c73c732dc3b0", "body": "{\n \"pagesTotal\": {{faker 'number.int' max=99999}},\n \"txs\": [\n {\n \"blockhash\": \"\",\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"fee\": {{faker 'number.int' max=99999}},\n \"fees\": {{faker 'number.int' max=99999}},\n \"locktime\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"totalsent\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"valueIn\": {{faker 'number.int' max=99999}},\n \"valueOut\": {{faker 'number.int' max=99999}},\n \"version\": {{faker 'number.int' max=99999}},\n \"vin\": [\n {\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptSig\": {\n \"asm\": \"\",\n \"hex\": \"\"\n },\n \"sequence\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"value\": {{faker 'number.int' max=99999}},\n \"valueSat\": {{faker 'number.int' max=99999}},\n \"vout\": {{faker 'number.int' max=99999}}\n }\n ],\n \"vout\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"used\": {{faker 'datatype.boolean'}},\n \"usedBlockheight\": {{faker 'number.int' max=99999}},\n \"usedTxid\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of transactions", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "801b6d73-70d0-4939-a81a-3196012705ec", "documentation": "Information On a Neblio Address", "method": "get", "endpoint": "testnet/ntp1/addressinfo/:address", "responses": [ { "uuid": "54f480a6-5bfc-43c4-970d-96cf731fc924", "body": "{\n \"address\": \"\",\n \"utxos\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"index\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {},\n \"tokens\": [\n {\n \"aggregationPolicy\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"issueTxid\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"tokenId\": \"\"\n }\n ],\n \"txid\": \"\",\n \"used\": {{faker 'datatype.boolean'}},\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An object with an array of UTXOs for this address", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3aec10b0-6d7f-42cb-8d34-5340dbe15d82", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d4d4bda-a72b-45de-8796-d02dfa7bc497", "documentation": "Broadcasts a signed raw transaction to the network", "method": "post", "endpoint": "testnet/ntp1/broadcast", "responses": [ { "uuid": "998af7d4-3dd2-4023-93f1-f966974032cb", "body": "{\n \"txid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object containing the TXID if the broadcast was successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eacc1da3-9ab0-469e-b555-1a06943173d3", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "86cdcf3a-fcdd-42dd-8488-cea7cee35b32", "documentation": "Builds a transaction that burns an NTP1 Token", "method": "post", "endpoint": "testnet/ntp1/burntoken", "responses": [ { "uuid": "5e1f43ff-7b0f-4adf-9e97-dc830cbab12b", "body": "{\n \"multisigOutputs\": [\n {{faker 'number.int' max=99999}}\n ],\n \"ntp1OutputIndexes\": [\n {{faker 'number.int' max=99999}}\n ],\n \"txHex\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object representing the tx to burn the token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "30ad1667-5c52-4636-b963-349688e8ea40", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65fddf33-8649-482b-a92e-15ceb968b9a3", "documentation": "Builds a transaction that issues a new NTP1 Token", "method": "post", "endpoint": "testnet/ntp1/issue", "responses": [ { "uuid": "dd11a72f-5fe6-4029-8370-4cfbff3ea7c1", "body": "{\n \"tokenId\": \"\",\n \"txHex\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object representing the token created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e9dadab-8b50-4c89-8555-38acf616b6b7", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8ee2721e-6335-4bfe-866e-4ff1280f0500", "documentation": "Builds a transaction that sends an NTP1 Token", "method": "post", "endpoint": "testnet/ntp1/sendtoken", "responses": [ { "uuid": "63f9fb5b-2d97-4241-b01f-a7f0158951a7", "body": "{\n \"multisigOutputs\": [\n {{faker 'number.int' max=99999}}\n ],\n \"ntp1OutputIndexes\": [\n {{faker 'number.int' max=99999}}\n ],\n \"txHex\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object representing the tx to send the token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa2679b4-e897-4135-be43-a5d6adc12693", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c5fe312-7054-455c-a11a-403ee55476cb", "documentation": "Get Addresses Holding a Token", "method": "get", "endpoint": "testnet/ntp1/stakeholders/:tokenid", "responses": [ { "uuid": "3050ede1-b50e-47ed-81bd-eaa3eb3d4b4d", "body": "{\n \"aggregationPolicy\": \"\",\n \"divibility\": {{faker 'number.int' max=99999}},\n \"holders\": [\n {\n \"address\": \"\",\n \"amount\": {{faker 'number.int' max=99999}}\n }\n ],\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"someUtxo\": \"\",\n \"tokenId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "An object containing all of the addresses holding a token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6c91ec8a-2eb0-4f45-97d4-1a39560893ee", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "292b1558-d536-4d5c-9ff1-bd1a9a4d94cc", "documentation": "Returns the tokenId representing a token", "method": "get", "endpoint": "testnet/ntp1/tokenid/:tokensymbol", "responses": [ { "uuid": "b61cc983-9306-404e-8180-23911f14e1cc", "body": "{\n \"tokenId\": \"\",\n \"tokenName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Object containing the token symbol and ID, if token symbol does not exist on network, empty object is returned.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "38016e4d-8291-4066-a52a-05f45bcec30e", "documentation": "Get Metadata of Token", "method": "get", "endpoint": "testnet/ntp1/tokenmetadata/:tokenid", "responses": [ { "uuid": "5fecfb47-e503-4ee6-a875-766b7be6f616", "body": "{\n \"aggregationPolicy\": \"\",\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"firstBlock\": {{faker 'number.int' max=99999}},\n \"initialIssuanceAmount\": {{faker 'number.int' max=99999}},\n \"issuanceTxid\": \"\",\n \"issueAddress\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"metadataOfIssuance\": {\n \"data\": {\n \"description\": \"\",\n \"issuer\": \"\",\n \"tokenName\": \"\",\n \"userData\": {\n \"meta\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n }\n },\n \"metadataOfUtxo\": {\n \"userData\": {\n \"meta\": [\n {}\n ]\n }\n },\n \"numOfBurns\": {{faker 'number.int' max=99999}},\n \"numOfHolders\": {{faker 'number.int' max=99999}},\n \"numOfIssuance\": {{faker 'number.int' max=99999}},\n \"numOfTransfers\": {{faker 'number.int' max=99999}},\n \"someUtxo\": \"\",\n \"tokenId\": \"\",\n \"totalSupply\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "An object containing the metadata of a token", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ec30d887-cda8-4ee1-8d97-1462d035ee27", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10ee8630-832d-43a0-9e3b-9d1906dbdb68", "documentation": "Get UTXO Metadata of Token", "method": "get", "endpoint": "testnet/ntp1/tokenmetadata/:tokenid/:utxo", "responses": [ { "uuid": "f6d0b542-22f2-4204-9377-accf33420ca7", "body": "{\n \"aggregationPolicy\": \"\",\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"firstBlock\": {{faker 'number.int' max=99999}},\n \"initialIssuanceAmount\": {{faker 'number.int' max=99999}},\n \"issuanceTxid\": \"\",\n \"issueAddress\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"metadataOfIssuance\": {\n \"data\": {\n \"description\": \"\",\n \"issuer\": \"\",\n \"tokenName\": \"\",\n \"userData\": {\n \"meta\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n }\n },\n \"metadataOfUtxo\": {\n \"userData\": {\n \"meta\": [\n {}\n ]\n }\n },\n \"numOfBurns\": {{faker 'number.int' max=99999}},\n \"numOfHolders\": {{faker 'number.int' max=99999}},\n \"numOfIssuance\": {{faker 'number.int' max=99999}},\n \"numOfTransfers\": {{faker 'number.int' max=99999}},\n \"someUtxo\": \"\",\n \"tokenId\": \"\",\n \"totalSupply\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "An object containing the metadata of a token for a UTXO", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db45e669-199b-4e1f-8b2a-f1dfb86314c9", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0ab74e3-e2dd-4fb7-b277-f594ff1bb3e3", "documentation": "Information On an NTP1 Transaction", "method": "get", "endpoint": "testnet/ntp1/transactioninfo/:txid", "responses": [ { "uuid": "485b6efb-1bb6-40d5-9c20-a39d6b079c8f", "body": "{\n \"blockhash\": \"\",\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"blocktime\": {{faker 'number.int' max=99999}},\n \"confirmations\": {{faker 'number.int' max=99999}},\n \"fee\": {{faker 'number.int' max=99999}},\n \"hex\": \"\",\n \"locktime\": {{faker 'number.int' max=99999}},\n \"time\": {{faker 'number.int' max=99999}},\n \"totalsent\": {{faker 'number.int' max=99999}},\n \"txid\": \"\",\n \"version\": {{faker 'number.int' max=99999}},\n \"vin\": [\n {\n \"previousOutput\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"scriptSig\": {\n \"asm\": \"\",\n \"hex\": \"\"\n },\n \"sequence\": {{faker 'number.int' max=99999}},\n \"tokens\": [\n {\n \"aggregationPolicy\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"issueTxid\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"tokenId\": \"\"\n }\n ],\n \"txid\": \"\",\n \"value\": {{faker 'number.int' max=99999}},\n \"vout\": {{faker 'number.int' max=99999}}\n }\n ],\n \"vout\": [\n {\n \"blockheight\": {{faker 'number.int' max=99999}},\n \"n\": {{faker 'number.int' max=99999}},\n \"scriptPubKey\": {\n \"addresses\": [\n \"\"\n ],\n \"asm\": \"\",\n \"hex\": \"\",\n \"reqSigs\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n },\n \"tokens\": [\n {\n \"aggregationPolicy\": \"\",\n \"amount\": {{faker 'number.int' max=99999}},\n \"divisibility\": {{faker 'number.int' max=99999}},\n \"issueTxid\": \"\",\n \"lockStatus\": {{faker 'datatype.boolean'}},\n \"tokenId\": \"\"\n }\n ],\n \"used\": {{faker 'datatype.boolean'}},\n \"usedBlockheight\": {{faker 'number.int' max=99999}},\n \"usedTxid\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "An object represending this transaction", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5ac31bf6-d0f7-4f73-9170-0e981eb85c83", "body": "{\n \"code\": {{faker 'number.int' max=99999}},\n \"fields\": \"\",\n \"message\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Unexpected error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "949ce4ff-9b2f-4133-895c-903e3758b869" }, { "type": "route", "uuid": "99a854af-226d-45a5-b000-5587c4d76e31" }, { "type": "route", "uuid": "abd7309b-5e8e-4cd2-8ecb-843a1072ff25" }, { "type": "route", "uuid": "27b44da7-89cc-4f33-ba96-071882d6770e" }, { "type": "route", "uuid": "6de96be8-e849-4ffc-8577-076e61639d7a" }, { "type": "route", "uuid": "de1a4f3b-53e6-4da5-920f-74bd0ff6db49" }, { "type": "route", "uuid": "003b951d-e962-4ef6-ad4a-e81780739c06" }, { "type": "route", "uuid": "0f2f42bd-85b9-4e2c-a159-3dee15d0df19" }, { "type": "route", "uuid": "3c8619b5-7bf8-4ecd-917c-ac8dc0cc73cb" }, { "type": "route", "uuid": "720cc4df-445a-4490-ba63-45b5ea7ed1a8" }, { "type": "route", "uuid": "f626ecc7-5077-4610-b6a3-9f225ab5ef4f" }, { "type": "route", "uuid": "1158c558-7fb9-41aa-bf4c-925e829abb3c" }, { "type": "route", "uuid": "0bcc64e2-723e-47cb-aa83-b765bcf54a95" }, { "type": "route", "uuid": "466394f1-1334-4d2d-8d41-c63cc62ca1af" }, { "type": "route", "uuid": "85cf1bf4-abf3-4bff-b829-5f2852415c24" }, { "type": "route", "uuid": "56ac60f1-a580-48c9-b66c-b587ca5e6aac" }, { "type": "route", "uuid": "400403e9-8518-401a-99f2-93da61e9f0fa" }, { "type": "route", "uuid": "cafef570-7ac8-4973-bbfb-1dd1f44f91f3" }, { "type": "route", "uuid": "216e22a9-3410-4215-aacd-36137b48a49c" }, { "type": "route", "uuid": "889915c6-e96b-49da-a824-88ce773711c2" }, { "type": "route", "uuid": "83e16b76-1036-4b28-af5c-96d830972c99" }, { "type": "route", "uuid": "5dbd7838-7903-461a-8196-a711b82a3321" }, { "type": "route", "uuid": "44f5e77f-0c54-45e8-a5bf-09720d276258" }, { "type": "route", "uuid": "29eb72df-2d05-4ac6-8e61-ab2ec34674b9" }, { "type": "route", "uuid": "4584bf2c-ef10-4ff0-83fe-7eac59eac9db" }, { "type": "route", "uuid": "a13a42c9-8c8c-4269-98a9-4ae4064192b3" }, { "type": "route", "uuid": "b75d292b-8939-4c40-87b1-ff6eeea20e6b" }, { "type": "route", "uuid": "133e4f82-706f-496a-be33-6b84749ed98d" }, { "type": "route", "uuid": "dcf40cfe-bb64-4bef-9b2d-d003c3758da9" }, { "type": "route", "uuid": "473f6e20-b034-4019-8494-06c43df103b1" }, { "type": "route", "uuid": "014ad757-5ee1-46eb-b4ed-25e311be1e63" }, { "type": "route", "uuid": "e8601785-69a4-494d-9326-ee2c9249ddc6" }, { "type": "route", "uuid": "6f28ce03-1a40-4eff-8ff5-085a36deec34" }, { "type": "route", "uuid": "d7d1715a-53c0-43df-a02c-23ccb8db1a09" }, { "type": "route", "uuid": "0b35acff-6a47-4f54-94f7-05abcbd152e0" }, { "type": "route", "uuid": "9165b3bc-5087-4b1e-bedb-2b8f67866a06" }, { "type": "route", "uuid": "73cb8b61-038a-46ad-b54e-1a611738cfdc" }, { "type": "route", "uuid": "bfef1834-f889-449b-8b48-9c8dd185b17b" }, { "type": "route", "uuid": "8c63d33e-e123-41b9-9c2e-2b2a65b6e083" }, { "type": "route", "uuid": "262815e2-8bbc-4d22-a0c1-0568d20f2fbf" }, { "type": "route", "uuid": "801b6d73-70d0-4939-a81a-3196012705ec" }, { "type": "route", "uuid": "7d4d4bda-a72b-45de-8796-d02dfa7bc497" }, { "type": "route", "uuid": "86cdcf3a-fcdd-42dd-8488-cea7cee35b32" }, { "type": "route", "uuid": "65fddf33-8649-482b-a92e-15ceb968b9a3" }, { "type": "route", "uuid": "8ee2721e-6335-4bfe-866e-4ff1280f0500" }, { "type": "route", "uuid": "3c5fe312-7054-455c-a11a-403ee55476cb" }, { "type": "route", "uuid": "292b1558-d536-4d5c-9ff1-bd1a9a4d94cc" }, { "type": "route", "uuid": "38016e4d-8291-4066-a52a-05f45bcec30e" }, { "type": "route", "uuid": "10ee8630-832d-43a0-9e3b-9d1906dbdb68" }, { "type": "route", "uuid": "d0ab74e3-e2dd-4fb7-b277-f594ff1bb3e3" } ] }