integrations.sh
← all integrations

Neblio REST API Suite

OpenAPI apis-guru enterprise

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.getAddress

    Returns NEBL address object containing information on a specific address

  • insight.getAddressBalance

    Returns NEBL address balance in satoshis

  • insight.getAddressTotalReceived

    Returns total NEBL received by address in satoshis

  • insight.getAddressTotalSent

    Returns total NEBL sent by address in satoshis

  • insight.getAddressUnconfirmedBalance

    Returns NEBL address unconfirmed balance in satoshis

  • insight.getAddressUtxos

    Returns information on each Unspent Transaction Output contained at an address

  • insight.getBlock

    Returns blockchain data for a given block based upon the block hash

  • insight.getBlockIndex

    Returns the block hash of a block at a given block index

  • insight.getRawTx

    Returns raw transaction hex representing a NEBL transaction

  • insight.getStatus

    Utility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash

  • insight.getSync

    Returns information on the node's sync progress

  • insight.getTx

    Returns NEBL transaction object representing a NEBL transaction

  • insight.getTxs

    Returns all transactions by block or address

  • insight.sendTx

    Broadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.

  • jsonRpc.postOperation

    Call 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.broadcastTx

    Broadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.

  • ntP1.burnToken

    Builds an unsigned raw transaction that burns an NTP1 token on the Neblio blockchain.

  • ntP1.getAddressInfo

    Returns both NEBL and NTP1 token UTXOs held at the given address.

  • ntP1.getTokenHolders

    Returns the the the addresses holding a token and how many tokens are held

  • ntP1.getTokenId

    Translates a token symbol to a tokenId if a token exists with that symbol on the network

  • ntP1.getTokenMetadata

    Returns the metadata associated with a token.

  • ntP1.getTokenMetadataOfUtxo

    Returns the metadata associated with a token for that specific utxo instead of the issuance transaction.

  • ntP1.getTransactionInfo

    Returns detailed information regarding an NTP1 transaction.

  • ntP1.issueToken

    Builds an unsigned raw transaction that issues a new NTP1 token on the Neblio blockchain.

  • ntP1.sendToken

    Builds an unsigned raw transaction that sends an NTP1 token on the Neblio blockchain.

  • testnetFaucet.testnetGetFaucet

    Withdraw 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.testnetGetAddress

    Returns NEBL address object containing information on a specific address

  • testnetInsight.testnetGetAddressBalance

    Returns NEBL address balance in satoshis

  • testnetInsight.testnetGetAddressTotalReceived

    Returns total NEBL received by address in satoshis

  • testnetInsight.testnetGetAddressTotalSent

    Returns total NEBL sent by address in satoshis

  • testnetInsight.testnetGetAddressUnconfirmedBalance

    Returns NEBL address unconfirmed balance in satoshis

  • testnetInsight.testnetGetAddressUtxos

    Returns information on each Unspent Transaction Output contained at an address

  • testnetInsight.testnetGetBlock

    Returns blockchain data for a given block based upon the block hash

  • testnetInsight.testnetGetBlockIndex

    Returns the block hash of a block at a given block index

  • testnetInsight.testnetGetRawTx

    Returns raw transaction hex representing a NEBL transaction

  • testnetInsight.testnetGetStatus

    Utility API for calling several blockchain node functions - getInfo, getDifficulty, getBestBlockHash, getLastBlockHash

  • testnetInsight.testnetGetSync

    Returns information on the node's sync progress

  • testnetInsight.testnetGetTx

    Returns NEBL transaction object representing a NEBL transaction

  • testnetInsight.testnetGetTxs

    Returns all transactions by block or address

  • testnetInsight.testnetSendTx

    Broadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.

  • testnetNtP1.testnetBroadcastTx

    Broadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.

  • testnetNtP1.testnetBurnToken

    Builds an unsigned raw transaction that burns an NTP1 token on the Neblio blockchain.

  • testnetNtP1.testnetGetAddressInfo

    Returns both NEBL and NTP1 token UTXOs held at the given address.

  • testnetNtP1.testnetGetTokenHolders

    Returns the the the addresses holding a token and how many tokens are held

  • testnetNtP1.testnetGetTokenId

    Translates a token symbol to a tokenId if a token exists with that symbol on the network

  • testnetNtP1.testnetGetTokenMetadata

    Returns the metadata associated with a token.

  • testnetNtP1.testnetGetTokenMetadataOfUtxo

    Returns the metadata associated with a token for that specific utxo instead of the issuance transaction.

  • testnetNtP1.testnetGetTransactionInfo

    Returns detailed information regarding an NTP1 transaction.

  • testnetNtP1.testnetIssueToken

    Builds an unsigned raw transaction that issues a new NTP1 token on the Neblio blockchain.

  • testnetNtP1.testnetSendToken

    Builds an unsigned raw transaction that sends an NTP1 token on the Neblio blockchain.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools