Neblio REST API Suite
APIs for Interacting with NTP1 Tokens & The Neblio Blockchain
- Homepage
- https://api.apis.guru/v2/specs/nebl.io/1.3.0.json
- Provider
- nebl.io
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/nebl.io/1.3.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/nebl.io/1.3.0/openapi.yaml
Tools (52)
Extracted live via the executor SDK.
-
insight.getAddressReturns NEBL address object containing information on a specific address
-
insight.getAddressBalanceReturns NEBL address balance in satoshis
-
insight.getAddressTotalReceivedReturns total NEBL received by address in satoshis
-
insight.getAddressTotalSentReturns total NEBL sent by address in satoshis
-
insight.getAddressUnconfirmedBalanceReturns NEBL address unconfirmed balance in satoshis
-
insight.getAddressUtxosReturns information on each Unspent Transaction Output contained at an address
-
insight.getBlockReturns blockchain data for a given block based upon the block hash
-
insight.getBlockIndexReturns the block hash of a block at a given block index
-
insight.getRawTxReturns raw transaction hex representing a NEBL transaction
-
insight.getStatusUtility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash
-
insight.getSyncReturns information on the node's sync progress
-
insight.getTxReturns NEBL transaction object representing a NEBL transaction
-
insight.getTxsReturns all transactions by block or address
-
insight.sendTxBroadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.
-
jsonRpc.postOperationCall any Neblio RPC command from the Neblio API libraries. Useful for signing transactions with a local node and other functions. Will not work from a browser due to CORS restrictions. Requires a node to be running locally at 127.0.0.1
-
ntP1.broadcastTxBroadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.
-
ntP1.burnTokenBuilds an unsigned raw transaction that burns an NTP1 token on the Neblio blockchain.
-
ntP1.getAddressInfoReturns both NEBL and NTP1 token UTXOs held at the given address.
-
ntP1.getTokenHoldersReturns the the the addresses holding a token and how many tokens are held
-
ntP1.getTokenIdTranslates a token symbol to a tokenId if a token exists with that symbol on the network
-
ntP1.getTokenMetadataReturns the metadata associated with a token.
-
ntP1.getTokenMetadataOfUtxoReturns the metadata associated with a token for that specific utxo instead of the issuance transaction.
-
ntP1.getTransactionInfoReturns detailed information regarding an NTP1 transaction.
-
ntP1.issueTokenBuilds an unsigned raw transaction that issues a new NTP1 token on the Neblio blockchain.
-
ntP1.sendTokenBuilds an unsigned raw transaction that sends an NTP1 token on the Neblio blockchain.
-
testnetFaucet.testnetGetFaucetWithdraw testnet NEBL to your Neblio Testnet address. By default amount is 1500000000 or 15 NEBL and has a max of 50 NEBL. Only 2 withdrawals allowed per 24 hour period.
-
testnetInsight.testnetGetAddressReturns NEBL address object containing information on a specific address
-
testnetInsight.testnetGetAddressBalanceReturns NEBL address balance in satoshis
-
testnetInsight.testnetGetAddressTotalReceivedReturns total NEBL received by address in satoshis
-
testnetInsight.testnetGetAddressTotalSentReturns total NEBL sent by address in satoshis
-
testnetInsight.testnetGetAddressUnconfirmedBalanceReturns NEBL address unconfirmed balance in satoshis
-
testnetInsight.testnetGetAddressUtxosReturns information on each Unspent Transaction Output contained at an address
-
testnetInsight.testnetGetBlockReturns blockchain data for a given block based upon the block hash
-
testnetInsight.testnetGetBlockIndexReturns the block hash of a block at a given block index
-
testnetInsight.testnetGetRawTxReturns raw transaction hex representing a NEBL transaction
-
testnetInsight.testnetGetStatusUtility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash
-
testnetInsight.testnetGetSyncReturns information on the node's sync progress
-
testnetInsight.testnetGetTxReturns NEBL transaction object representing a NEBL transaction
-
testnetInsight.testnetGetTxsReturns all transactions by block or address
-
testnetInsight.testnetSendTxBroadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.
-
testnetNtP1.testnetBroadcastTxBroadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.
-
testnetNtP1.testnetBurnTokenBuilds an unsigned raw transaction that burns an NTP1 token on the Neblio blockchain.
-
testnetNtP1.testnetGetAddressInfoReturns both NEBL and NTP1 token UTXOs held at the given address.
-
testnetNtP1.testnetGetTokenHoldersReturns the the the addresses holding a token and how many tokens are held
-
testnetNtP1.testnetGetTokenIdTranslates a token symbol to a tokenId if a token exists with that symbol on the network
-
testnetNtP1.testnetGetTokenMetadataReturns the metadata associated with a token.
-
testnetNtP1.testnetGetTokenMetadataOfUtxoReturns the metadata associated with a token for that specific utxo instead of the issuance transaction.
-
testnetNtP1.testnetGetTransactionInfoReturns detailed information regarding an NTP1 transaction.
-
testnetNtP1.testnetIssueTokenBuilds an unsigned raw transaction that issues a new NTP1 token on the Neblio blockchain.
-
testnetNtP1.testnetSendTokenBuilds an unsigned raw transaction that sends an NTP1 token on the Neblio blockchain.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools