action nebl_testnet_get_status { label: "Utility API for calling several blockchain node functions" description: "Utility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash" provider: nebl method: GET path: "/testnet/ins/status" encoding: json input: { type: "object" properties: { q: { type: "string" } } additionalProperties: false } output: { type: "object" description: "Depending on the function called, the structure and information contained in this object will vary" } }