--- swagger: "2.0" x-collection-name: Neblio x-complete: 0 info: title: Neblio Utility API for calling several blockchain node functions description: Utility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash version: 1.0.0 host: ntp1node.nebl.io basePath: / schemes: - http produces: - application/json consumes: - application/json paths: /ins/status: get: summary: Utility API for calling several blockchain node functions description: Utility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash operationId: getStatus x-api-path-slug: insstatus-get parameters: - in: query name: q description: Function to call, getInfo, getDifficulty, getBestBlockHash, or getLastBlockHash responses: 200: description: OK tags: - Blockchain - Utility - APIcalling - Several - Blockchain - Node - Functions /testnet/ins/status: get: summary: Utility API for calling several blockchain node functions description: Utility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash operationId: testnet_getStatus x-api-path-slug: testnetinsstatus-get parameters: - in: query name: q description: Function to call, getInfo, getDifficulty, getBestBlockHash, or getLastBlockHash responses: 200: description: OK tags: - Blockchain - Utility - APIcalling - Several - Blockchain - Node - Functions x-streamrank: polling_total_time_average: 0 polling_size_download_average: 0 streaming_total_time_average: 0 streaming_size_download_average: 0 change_yes: 0 change_no: 0 time_percentage: 0 size_percentage: 0 change_percentage: 0 last_run: "" days_run: 0 minute_run: 0 ---