API Documentation
MethodEndpointDescriptionStatus
GET/api/blocksRetrieve the current block height from the blockchainAvailable
GET/api/blocks/height/:heightRetrieve the hash of a block by its heightAvailable
GET/api/blocks/hash/:hashRetrieve detailed information about a block by its hashAvailable
GET/api/blockchainRetrieve current blockchain information including network state and active softforksAvailable
GET/api/getnetworkhashpReturns the estimated network hashes per secondAvailable
GET/api/getsupplyReturns the total number of coins in circulationAvailable
GET/api/tx/:txidReturns detailed information about a transactionAvailable
GET/api/address/balance/:addressReturns current balance information for an addressAvailable
GET/api/address/:address/transactionsReturns list of transactions for an address (Optional: ?limit=20)Available
More information can be found in our API Documentation