Automate Neblio Suite
HumDay reads Neblio Suite’s own published API description and derives 50 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Neblio Suite is
APIs for Interacting with NTP1 Tokens & The Neblio Blockchain
API host: ntp1node.nebl.io
What HumDay can do in Neblio Suite
11 documented operations change something in Neblio Suite.
- POSTBuilds a transaction that issues a new NTP1 Token
/ntp1/issue - POSTBuilds a transaction that issues a new NTP1 Token
/testnet/ntp1/issue - POSTSend a JSON-RPC call to a localhost neblio-Qt or nebliod node
/ - POSTBuilds a transaction that sends an NTP1 Token
/ntp1/sendtoken - POSTBroadcasts a signed raw transaction to the network (not NTP1 specific)
/ins/tx/send - POSTBuilds a transaction that sends an NTP1 Token
/testnet/ntp1/sendtoken - POSTBroadcasts a signed raw transaction to the network (not NTP1 specific)
/testnet/ins/tx/send - POSTBroadcasts a signed raw transaction to the network
/ntp1/broadcast - POSTBuilds a transaction that burns an NTP1 Token
/ntp1/burntoken - POSTBroadcasts a signed raw transaction to the network
/testnet/ntp1/broadcast - POSTBuilds a transaction that burns an NTP1 Token
/testnet/ntp1/burntoken
What HumDay can read from Neblio Suite
These are the operations a schedule or a trigger can watch.
- GETGet transactions by block or address
/ins/txs - GETGet node sync status
/ins/sync - GETUtility API for calling several blockchain node functions
/ins/status - GETWithdraws testnet NEBL to the specified address
/testnet/faucet - GETGet transactions by block or address
/testnet/ins/txs - GETGet node sync status
/testnet/ins/sync - GETUtility API for calling several blockchain node functions
/testnet/ins/status - GETReturns transaction object
/ins/tx/{txid} - GETReturns raw transaction hex
/ins/rawtx/{txid} - GETReturns address object
/ins/addr/{address} - GETReturns information regarding a Neblio block
/ins/block/{blockhash} - GETInformation On a Neblio Address
/ntp1/addressinfo/{address} - GETReturns the tokenId representing a token
/ntp1/tokenid/{tokensymbol} - GETGet Addresses Holding a Token
/ntp1/stakeholders/{tokenid} - GETInformation On an NTP1 Transaction
/ntp1/transactioninfo/{txid} - GETReturns block hash of block
/ins/block-index/{blockindex} - GETGet Metadata of Token
/ntp1/tokenmetadata/{tokenid} - GETReturns transaction object
/testnet/ins/tx/{txid} - GETReturns all UTXOs at a given address
/ins/addr/{address}/utxo - GETReturns raw transaction hex
/testnet/ins/rawtx/{txid} - GETReturns address balance in sats
/ins/addr/{address}/balance - GETReturns address object
/testnet/ins/addr/{address} - GETReturns total sent by address in sats
/ins/addr/{address}/totalSent - GETReturns information regarding a Neblio block
/testnet/ins/block/{blockhash} - GETReturns total received by address in sats
/ins/addr/{address}/totalReceived - GETInformation On a Neblio Address
/testnet/ntp1/addressinfo/{address} - GETReturns the tokenId representing a token
/testnet/ntp1/tokenid/{tokensymbol} - GETGet Addresses Holding a Token
/testnet/ntp1/stakeholders/{tokenid} - GETInformation On an NTP1 Transaction
/testnet/ntp1/transactioninfo/{txid} - GETReturns block hash of block
/testnet/ins/block-index/{blockindex} - GETGet Metadata of Token
/testnet/ntp1/tokenmetadata/{tokenid} - GETReturns address unconfirmed balance in sats
/ins/addr/{address}/unconfirmedBalance - GETGet UTXO Metadata of Token
/ntp1/tokenmetadata/{tokenid}/{utxo} - GETReturns all UTXOs at a given address
/testnet/ins/addr/{address}/utxo - GETReturns address balance in sats
/testnet/ins/addr/{address}/balance - GETReturns total sent by address in sats
/testnet/ins/addr/{address}/totalSent - GETReturns total received by address in sats
/testnet/ins/addr/{address}/totalReceived - GETReturns address unconfirmed balance in sats
/testnet/ins/addr/{address}/unconfirmedBalance - GETGet UTXO Metadata of Token
/testnet/ntp1/tokenmetadata/{tokenid}/{utxo}
How automating Neblio Suite works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Neblio Suite account.
- Grant access, then go live. You approve the specific Neblio Suite operations it may use — and only those.
Automate Neblio Suite with these
- NetBox844 operations
- Mist768 operations
- Loket.nl641 operations
- DocuSign414 operations
- Osisoft PI 2018 SP1 Swagger Spec413 operations
- Meraki Dashboard263 operations
- Pipedrive196 operations
- Akeneo PIM140 operations
- Apache Superset120 operations
- ID4i106 operations
- TYK Gateway18 operations
- Personio Personnel Data13 operations
Categories
Questions about Neblio Suite automation
- Can HumDay connect to Neblio Suite?
- Yes. HumDay reads Neblio Suite's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 50 operations are documented.
- Do I need to write code to automate Neblio Suite?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Neblio Suite account.
- What can HumDay do in Neblio Suite?
- 11 of the 50 documented operations change something in Neblio Suite, and 39 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Neblio Suite account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Neblio Suite is held behind that approval.
Where this came from
The operations above are read from a published API description for Neblio Suite at raw.githubusercontent.com/NeblioTeam/neblio-api-swagger-docs/master/swagger.yaml. Descriptions are the provider’s own words, not ours. Last published 2021-06-21.