Nebl
Connector for the nebl API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ntp1node.nebl.io - Auth:
basic(pass your key via theapiKeyinput)
Operations
getaddress— GET /ins/addr/{address} — Returns address objectgetaddressbalance— GET /ins/addr/{address}/balance — Returns address balance in satsgetaddresstotalreceived— GET /ins/addr/{address}/totalReceived — Returns total received by address in satsgetaddresstotalsent— GET /ins/addr/{address}/totalSent — Returns total sent by address in satsgetaddressunconfirmedbalance— GET /ins/addr/{address}/unconfirmedBalance — Returns address unconfirmed balance in satsgetaddressutxos— GET /ins/addr/{address}/utxo — Returns all UTXOs at a given address
Inputs
apiKey— your nebl API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaddress
apiKey: <your key>