LogoLogo
  • DECENOMY Documentation
  • Basics
    • ▪️What is a Blockchain?
    • ▪️What is a Masternode?
    • ▪️What is a Spork?
    • ▪️Staying safe on Discord
    • ▪️How to secure your environment
    • ▪️Staking statistics on VaultWatch
  • Tutorials
    • DECENOMY Explorer
      • ▪️Overview
      • ▪️Latest blocks
      • ▪️Masternodes
      • ▪️Network
      • ▪️Search by Block and/or Hash
      • ▪️Search by Tx ID
      • ▪️Search by Address
      • ▪️Explorer API
    • DECENOMY Multinode Script
      • ▪️Environment basis
      • ▪️Script Screen Overview
      • ▪️Menu Structure
      • ▪️Main Menu
      • ▪️Coin Selection
        • Reinstall masternode multinode
        • Masternode multinode management
        • Stats wallet and masternode
        • Wallet management
        • Others
    • DECENOMY Wallet
      • ▪️How to use the DECENOMY wallets
      • ▪️Encrypting a wallet
      • ▪️Extra connections (addnodes)
      • ▪️Fast sync with a Bootstrap
      • ▪️Wallet update
      • ▪️How to Identify and Fix a Fork
      • ▪️Staking process on desktop wallet
      • ▪️Staking process on a VPS
      • ▪️Staking Best Practices
      • ▪️Backup Wallet on an external device
      • ▪️Restoring a backup from an external device
    • DECENOMY Masternodes
      • ▪️Masternode Multinode easy to deploy
      • ▪️Masternode Hosting With Flits Wallet App
      • ▪️Masternode collateral update
      • ▪️Setting Up a Virtual Private Server (VPS)
      • ▪️Using a Terminal Emulator - PuTTy
    • Exchange
      • ▪️How to buy Decenomy coins on Birake Exchange
        • User Account Creation and KYC Verification
        • Deposits and Withdrawals
        • Trade (Buy and Sell)
      • ▪️Birake Exchange Affiliate Program
    • Flits Wallet App
      • ▪️Getting Started with Flits Wallet App
      • ▪️How to Use the Flits Wallet App
      • ▪️How to Recover An Old Wallet Using the Seed Phrase
      • ▪️Adding and Removing a Wallet
      • ▪️Wallet Operations ( Send, Receive, Transaction history)
      • ▪️How to Top up Fee Credits
      • ▪️How to Deploy Masternodes in the Flits Wallet App
      • ▪️Settings Overview
      • ▪️Running Flits Wallet App on Windows and MacOS - Bluestacks
      • ▪️Flits Wallet In-app Support
      • ▪️Using the Flits Extraction Tool
      • ▪️Installing Flits Wallet App APK File on Android
  • Coins
    • ▪️Azzure (AZR)
    • ▪️Beacon (BECN)
    • ▪️Birake (BIR)
    • ▪️Cryptoflow (CFL)
    • ▪️Cryptosaga (SAGA)
    • ▪️Dash Diamond (DASHD)
    • ▪️Eskacoin (ESK)
    • ▪️Flits (FLS)
    • ▪️Jackpot (777)
    • ▪️Kyanite (KYAN)
    • ▪️Mobility Coin (MOBIC)
    • ▪️Monk (MONK)
    • ▪️One World (OWO)
    • ▪️Peony (PNY)
    • ▪️Sapphire (SAPP)
    • ▪️Suvereno (SUV)
    • ▪️Ultra Clear (UCR)
  • Blockchain Development
    • DECENOMY Standard Wallet
    • DECENOMY Testnet tKYAN
      • Compile Your Own tKYAN Binaries
      • Pre Build tKYAN Binaries
    • Improvements
      • Last Paid V2, a deterministic approach
      • Masternode Payment V2, a sequential and fairer distribution
      • Multinode, Multi-Instance Hosting on Masternode Full Nodes
      • Masternode Collateral Window, Mitigating Network Instabilities
      • The Emergence of a Progressive Masternode Collateral System
      • Dynamic Collateral
      • EBF system
      • Dynamic Rewards
    • Commands
Powered by GitBook
On this page
  • API v1 Endpoint URL
  • Path parameters v1
  • Query parameters v1
  • Example query v1
  • Example response v1
  • API v2 Endpoint URL
  • Path parameters v2
  • Query parameters v2
  • Example query v2
  • Example response v2

Was this helpful?

Export as PDF
  1. Tutorials
  2. DECENOMY Explorer

Explorer API

This documentation is intended to provide information on the available methods to extract data from DECENOMY Explorer using its API.

PreviousSearch by AddressNextDECENOMY Multinode Script

Last updated 1 year ago

Was this helpful?

Being a public API, there is no need to use any kind of authentication.

reports plain text. reports more info in detail.

API v1 Endpoint URL

https://explorer.decenomy.net/api/v1/coins/coin/

Path parameters v1

Name
Type
Description
Info

coin

string

should be replaced by the coin ticker, always in caps

Required

Query parameters v1

Name
Type
Description
Info

getblockcount

string

Plain block count, just the block number value

Optional

getmoneysupply

string

Circulating supply - It will output just the number value of the total supply minus the locked supply

Optional

getlockedsupply

string

Locked supply - It will output just the number value of the locked/burned supply

Optional

gettotalsupply

string

Total supply - It will output just the number value of the circulation supply plus the locked supply

Optional

Example query v1

https://explorer.decenomy.net/api/v1/coins/SAPP/getblockcount

Example response v1

1987842

API v2 Endpoint URL

https://explorer.decenomy.net/api/v2/coin/

Path parameters v2

Name
Type
Description
Info

coin

string

should be replaced by the coin ticker, always in caps

Required

Query parameters v2

Name
Type
Description
Info

blocks

string

Last 30 blocks - blockhash tx / / blocktime / height / confirmations

Optional

transactions

string

Last 30 blocks - blockhash / blocktime / height / tx / confirmations / recipients / amount

Optional

peers

string

Full information of peers available

Optional

masternodes

string

Full information of each masternode in the network

Optional

info

string

Wallet and blockchain information

Optional

masternode/count

string

Total number of masternodes connected in the network

Optional

status

string

Status of blockchain based in last block received

Optional

burnaddresses

string

Burn address Information

Optional

Example query v2

https://explorer.decenomy.net/api/v2/SAPP/info

Example response v2

{
  "response": {
    "connections": 171,
    "errors": "",
    "blocks": 1987846,
    "paytxfee": 0,
    "moneysupply": 1224915018.8013475,
    "difficulty": 527924.3523641471,
    "keypoolsize": 100,
    "keypoololdest": 1627317470,
    "walletversion": 169900,
    "timeoffset": 0,
    "testnet": false,
    "version": 1050100,
    "staking status": "Staking Inactive",
    "protocolversion": 70931,
    "services": "NETWORK/BLOOM/",
    "balance": 0,
    "relayfee": 0.0001,
    "proxy": ""
  },
  "success": true
}
▪️
API v1
API v2