GET /api/v1Machine-readable API index and endpoint map.
/api/v1/... for new integrations.
Legacy /api/get... and /ext/... routes are provided for migration from the older explorer where the result can be produced faithfully from Yerbas Core.
STABLE PUBLIC SURFACE
GET /api/v1Machine-readable API index and endpoint map.
GET /api/v1/healthExplorer/Core health and current block height.
GET /api/v1/statusChain, network, connection, mempool, and synchronization status.
GET /api/v1/blocks?limit=12&offset=0Confirmed blocks from the current tip. Limit: 1–25; offset skips that many blocks from the tip for pagination.
GET /api/v1/block/:height-or-hashBlock details by height or block hash.
GET /api/v1/tx/:txidDecoded transaction from Core txindex.
GET /api/v1/address/:addressAddress balance, total received, transaction IDs, UTXOs, and asset balances.
GET /api/v1/assets?q=&page=1&count=25&type=&metadata=&reissuable=Browse/search/filter the native Core asset directory with live holder counts.
GET /api/v1/assets/statsAggregate native asset-index counts used by the Assets dashboard.
GET /api/v1/asset/:asset-nameAsset metadata, issuance block, holder count, and indexed holder balances.
GET /api/v1/supplyUTXO-set supply data from gettxoutsetinfo.
GET /api/v1/emission?height=Block subsidy/emission details; defaults to the current tip.
GET /api/v1/smartnodes?status=ENABLED&page=1&count=50&collateral=&q=Live deterministic smartnode directory merged from Core smartnodelist and ProTx data. Defaults to active/ENABLED nodes.
GET /api/v1/network-map?view=smartnodesApproximate geolocated Smartnodes or connected peers for the public network map.
GET /api/v1/network/peersCurrent peer connections reported by this Yerbas Core node.
GET /api/v1/market-priceNormalized live NestEx YERB/USDT price, 24h range/volume, bid/ask, and market-cap estimate.
GET /api/v1/marketsConfigured Yerbas market feeds with normalized ticker and valuation data.
GET /api/v1/market/nestex/YERB/USDTNestEx YERB/USDT ticker, order book, recent trades, liquidity, and Core-based market-cap estimate.
OLD EXPLORER MIGRATION
GET /api/getdifficultyCurrent network difficulty.
GET /api/getconnectioncountCurrent Core peer connection count.
GET /api/getblockcountCurrent block height.
GET /api/getblockhash?index=HEIGHTBlock hash at a specific height.
GET /api/getblock?hash=HASHDecoded block object.
GET /api/getrawtransaction?txid=TXID&decrypt=1Raw hex when decrypt=0; decoded transaction when decrypt=1.
GET /api/getnetworkhashpsCurrent network hash rate reported by Core.
GET /api/getmasternodecountCompatibility name for current smartnode count.
EXTENDED COMPATIBILITY
GET /ext/getmoneysupplyCurrent UTXO-set money supply.
GET /ext/getaddress/:addressAddress/index information.
GET /ext/getaddresstxs/:address/:start/:lengthIndexed transaction IDs for an address. Length is capped at 100.
GET /ext/gettx/:txidDecoded transaction.
GET /ext/getbalance/:addressCurrent address balance as YERB.
GET /ext/getnetworkpeersCurrent peers only. Explorer-Light does not maintain a 24-hour peer/geolocation database.
GET /ext/getbasicstatsBlock count, supply, live NestEx YERB/USDT price, and smartnode total.
GET /ext/getsummaryDifficulty, supply, hash rate, connections, block count, and smartnode counts.
GET /ext/getmasternodelistCompatibility route returning registered smartnodes with wallet ownership metadata removed.
GET /ext/getcurrentpriceCompatibility route returning the current NestEx YERB/USDT market price and bid/ask.
INTENTIONALLY NOT EMULATED
/ext/getdistributionOld explorer wealth-distribution database aggregation.
/ext/getlasttxs/...Old explorer globally indexed transaction scan.
/ext/getmasternoderewards/...Old explorer database-derived reward history.
/ext/getmasternoderewardstotal/...Old explorer database-derived reward aggregation.
Access-Control-Allow-Origin: *.
This API is read-only. Arbitrary RPC, wallet access, transaction creation, signing, broadcasting, shell execution, and private-key access are not exposed.