API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply [net]
Returns current money supply
https://explorer2.yerbas.org/ext/getmoneysupplygetdistribution [net]
Returns wealth distribution stats
https://explorer2.yerbas.org/ext/getdistributiongetaddress [net] [hash]
Returns information for given address
https://explorer2.yerbas.org/ext/getaddress/yeSBRCiTA2YPejNkp8ngpCbnyMnfWtEqvEgetaddresstxs [hash] [net] [start] [length]
Returns last [length] transactions for address [hash], starting from offset [start]
https://explorer2.yerbas.org/ext/getaddresstxs/yeSBRCiTA2YPejNkp8ngpCbnyMnfWtEqvE/mainnet/0/50gettx [hash] [net]
Returns information for given tx hash
https://explorer2.yerbas.org/ext/gettx/482eec3a25d1d02722855d69433305938831ceba174ee84325ab12f0fca6a916getbalance [hash] [net]
Returns current balance of given address
https://explorer2.yerbas.org/ext/getbalance/yeSBRCiTA2YPejNkp8ngpCbnyMnfWtEqvEgetlasttxs [net] [min] [length] [start] [tx_type]
Returns the latest [length] transactions greater than [min] coins, starting from offset [start], optionally only the given transaction type, either by its index (starting with 0) or type. - 0 - NORMAL
- 1 - PROVIDER_REGISTER
- 2 - PROVIDER_UPDATE_SERVICE
- 3 - PROVIDER_UPDATE_REGISTRAR
- 4 - PROVIDER_UPDATE_REVOKE
- 5 - COINBASE
- 6 - QUORUM_COMMITMENT
- 7 - FUTURE
- 8 - ASSET_REGISTER
- 9 - ASSET_REISUE
Note: [length] is limited to returning 1000 records per query
getnetworkpeers [net]
Returns the list of network peers that have connected to the but-x node in the last 24 hours
https://explorer2.yerbas.org/ext/getnetworkpeersgetbasicstats [net]
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price, # of masternodes
https://explorer2.yerbas.org/ext/getbasicstatsgetticker [mode] [net] Use 'all' for mode.
Returns the ticker about the coin, optional about a certain category, including: block count, circulating supply, USD price, ...
https://explorer2.yerbas.org/ext/getticker/allgetmarkets [mode] [net] Use 'summary' or 'full' for mode.
Returns the list of markets with summary and optional buys, sells, and chart data if mode is 'full'.
getsummary [net]
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count, count of online masternodes, count of offline masternodes
https://explorer2.yerbas.org/ext/getsummarygetmasternodelist [net]
Returns the complete list of masternodes on the network.
https://explorer2.yerbas.org/ext/getmasternodelist
Asset API
asset [name] [net]
Returns all data about an asset.
https://explorer2.yerbas.org/api/asset/TROLLTIPSassets [net] [start] [length]
Returns a list of all assets on the blockchain.
https://explorer2.yerbas.org/api/assets/mainnet/0/10getassettxes [name] [net] [start] [length]
Returns a list of all transactions for an asset on the blockchain.
https://explorer2.yerbas.org/api/getassettxes/TROLLTIPS/mainnet/0/10