nebl.io

APIs for Interacting with NTP1 Tokens & The Neblio Blockchain

๐Ÿ”‘ basic 50 endpoints enterprise
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get transactions by block or address
curl \
  -u "$API_USER:$API_PASS" \
  https://ntp1node.nebl.io/ins/txs
Get node sync status
curl \
  -u "$API_USER:$API_PASS" \
  https://ntp1node.nebl.io/ins/sync
Utility API for calling several blockchain node functions
curl \
  -u "$API_USER:$API_PASS" \
  https://ntp1node.nebl.io/ins/status
Endpoints (50 total)
GET
/ins/txs
Get transactions by block or address
GET
/ins/sync
Get node sync status
GET
/ins/status
Utility API for calling several blockchain node functions
GET
/ins/tx/{txid}
Returns transaction object
GET
/testnet/faucet
Withdraws testnet NEBL to the specified address
GET
/testnet/ins/txs
Get transactions by block or address
GET
/ins/rawtx/{txid}
Returns raw transaction hex
GET
/testnet/ins/sync
Get node sync status
GET
/ins/addr/{address}
Returns address object
GET
/testnet/ins/status
Utility API for calling several blockchain node functions
GET
/ins/block/{blockhash}
Returns information regarding a Neblio block
GET
/testnet/ins/tx/{txid}
Returns transaction object
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints50
Authbasic
Categories1
https://ntp1node.nebl.io