{"@context": "https://schema.org", "@type": "WebAPI", "name": "Neblio REST API Suite API", "description": "APIs for Interacting with NTP1 Tokens & The Neblio Blockchain", "provider": {"@type": "Organization", "name": "nebl.io"}, "documentation": "https://raw.githubusercontent.com/NeblioTeam/neblio-api-swagger-docs/master/swagger.yaml"}
APIs for Interacting with NTP1 Tokens & The Neblio Blockchain
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://ntp1node.nebl.io
auth: b a s i c
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
APIs for Interacting with NTP1 Tokens & The Neblio Blockchain
| method | path | what the vendor says it does |
|---|---|---|
POST | / | Send a JSON-RPC call to a localhost neblio-Qt or nebliod node Call any Neblio RPC command from the Neblio API |
GET | /ins/addr/{address} | Returns address object Returns NEBL address object containing information on a specific address Insight |
GET | /ins/addr/{address}/balance | Returns address balance in sats Returns NEBL address balance in satoshis Insight |
GET | /ins/addr/{address}/totalReceived | Returns total received by address in sats Returns total NEBL received by address in satoshis Insight |
GET | /ins/addr/{address}/totalSent | Returns total sent by address in sats Returns total NEBL sent by address in satoshis Insight |
GET | /ins/addr/{address}/unconfirmedBalance | Returns address unconfirmed balance in sats Returns NEBL address unconfirmed balance in satoshis Insight |
GET | /ins/addr/{address}/utxo | Returns all UTXOs at a given address Returns information on each Unspent Transaction Output contained at an ad |
GET | /ins/block-index/{blockindex} | Returns block hash of block Returns the block hash of a block at a given block index Insight |
GET | /ins/block/{blockhash} | Returns information regarding a Neblio block Returns blockchain data for a given block based upon the block ha |
GET | /ins/rawtx/{txid} | Returns raw transaction hex Returns raw transaction hex representing a NEBL transaction Insight |
GET | /ins/status | Utility API for calling several blockchain node functions Utility API for calling several blockchain node func |
GET | /ins/sync | Get node sync status Returns information on the node's sync progress Insight |
POST | /ins/tx/send | Broadcasts a signed raw transaction to the network (not NTP1 specific) Broadcasts a signed raw transaction to |
GET | /ins/tx/{txid} | Returns transaction object Returns NEBL transaction object representing a NEBL transaction Insight |
GET | /ins/txs | Get transactions by block or address Returns all transactions by block or address Insight |
GET | /ntp1/addressinfo/{address} | Information On a Neblio Address Returns both NEBL and NTP1 token UTXOs held at the given address. NTP1 |
POST | /ntp1/broadcast | Broadcasts a signed raw transaction to the network Broadcasts a signed raw transaction to the network. If succ |
POST | /ntp1/burntoken | Builds a transaction that burns an NTP1 Token Builds an unsigned raw transaction that burns an NTP1 token on t |
POST | /ntp1/issue | Builds a transaction that issues a new NTP1 Token Builds an unsigned raw transaction that issues a new NTP1 to |
POST | /ntp1/sendtoken | Builds a transaction that sends an NTP1 Token Builds an unsigned raw transaction that sends an NTP1 token on t |
GET | /ntp1/stakeholders/{tokenid} | Get Addresses Holding a Token Returns the the the addresses holding a token and how many tokens are held NTP1 |
GET | /ntp1/tokenid/{tokensymbol} | Returns the tokenId representing a token Translates a token symbol to a tokenId if a token exists with that sy |
GET | /ntp1/tokenmetadata/{tokenid} | Get Metadata of Token Returns the metadata associated with a token. NTP1 |
GET | /ntp1/tokenmetadata/{tokenid}/{utxo} | Get UTXO Metadata of Token Returns the metadata associated with a token for that specific utxo instead of the |
GET | /ntp1/transactioninfo/{txid} | Information On an NTP1 Transaction Returns detailed information regarding an NTP1 transaction. NTP1 |
GET | /testnet/faucet | Withdraws testnet NEBL to the specified address Withdraw testnet NEBL to your Neblio Testnet address. By defau |
GET | /testnet/ins/addr/{address} | Returns address object Returns NEBL address object containing information on a specific address Testnet-Insigh |
GET | /testnet/ins/addr/{address}/balance | Returns address balance in sats Returns NEBL address balance in satoshis Testnet-Insight |
GET | /testnet/ins/addr/{address}/totalReceived | Returns total received by address in sats Returns total NEBL received by address in satoshis Testnet-Insight |
GET | /testnet/ins/addr/{address}/totalSent | Returns total sent by address in sats Returns total NEBL sent by address in satoshis Testnet-Insight |
GET | /testnet/ins/addr/{address}/unconfirmedBalance | Returns address unconfirmed balance in sats Returns NEBL address unconfirmed balance in satoshis Testnet-Insig |
GET | /testnet/ins/addr/{address}/utxo | Returns all UTXOs at a given address Returns information on each Unspent Transaction Output contained at an ad |
GET | /testnet/ins/block-index/{blockindex} | Returns block hash of block Returns the block hash of a block at a given block index Testnet-Insight |
GET | /testnet/ins/block/{blockhash} | Returns information regarding a Neblio block Returns blockchain data for a given block based upon the block ha |
GET | /testnet/ins/rawtx/{txid} | Returns raw transaction hex Returns raw transaction hex representing a NEBL transaction Testnet-Insight |
GET | /testnet/ins/status | Utility API for calling several blockchain node functions Utility API for calling several blockchain node func |
GET | /testnet/ins/sync | Get node sync status Returns information on the node's sync progress Testnet-Insight |
POST | /testnet/ins/tx/send | Broadcasts a signed raw transaction to the network (not NTP1 specific) Broadcasts a signed raw transaction to |
GET | /testnet/ins/tx/{txid} | Returns transaction object Returns NEBL transaction object representing a NEBL transaction Testnet-Insight |
GET | /testnet/ins/txs | Get transactions by block or address Returns all transactions by block or address Testnet-Insight |
and 10 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/NeblioTeam/neblio-api-swagger-docs/master/swagger.yaml
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.