API Calls
Return data from coind
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
blocks.aurumcrypto.gold/ext/getmoneysupply
getdistribution
Returns wealth distribution stats
blocks.aurumcrypto.gold/ext/getdistribution
getaddress (/ext/getaddress/hash)
Returns information for given address
blocks.aurumcrypto.gold/ext/getaddress/Acawy7hMuWnGdAoGwYtGMfSetda4Z23t6r
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
blocks.aurumcrypto.gold/ext/getaddresstxs/Acawy7hMuWnGdAoGwYtGMfSetda4Z23t6r/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
blocks.aurumcrypto.gold/ext/gettx/a9cb3be7b663f3318a5c7c5bb611fdc54be964116f2747d5f6bef1ad05ab2426
getbalance (/ext/getbalance/hash)
Returns current balance of given address
blocks.aurumcrypto.gold/ext/getbalance/Acawy7hMuWnGdAoGwYtGMfSetda4Z23t6r
getlasttxs (/ext/getlasttxs/min/start/length)
Returns last [length] transactions greater than [min] coins, starting from offset [start]
Note: [length] is limited to returning 100 records per query
getcurrentprice
Returns last known exchange price
blocks.aurumcrypto.gold/ext/getcurrentprice
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
blocks.aurumcrypto.gold/ext/getnetworkpeers
getbasicstats
Returns basic statistics about the coin including: block count, circulating supply, USD price, USDT price
blocks.aurumcrypto.gold/ext/getbasicstats
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, network connection count, block count
blocks.aurumcrypto.gold/ext/getsummary
Linking (GET)
Linking to the block explorer