
Sequence Public API
A listing of public API endpoints for retrieving Sequence coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.seq-expl.zero-dynamics.org/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.seq-expl.zero-dynamics.org/api/getconnectioncount
- getblockcountReturns the current block index.seq-expl.zero-dynamics.org/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.seq-expl.zero-dynamics.org/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.seq-expl.zero-dynamics.org/api/getblock?hash=e06d44d5ad21d5cba6d9a1507985b73c0e311646fed13b40dcc25e312b3fea3c
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)seq-expl.zero-dynamics.org/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyseq-expl.zero-dynamics.org/ext/getmoneysupply
- getdistributionReturns wealth distribution statsseq-expl.zero-dynamics.org/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressseq-expl.zero-dynamics.org/ext/getaddress/Sefae2Gf6B9JW4QzSLDRhbB69ALEjiXbzG
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]seq-expl.zero-dynamics.org/ext/getaddresstxs/Sefae2Gf6B9JW4QzSLDRhbB69ALEjiXbzG/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashseq-expl.zero-dynamics.org/ext/gettx/0a62c616e0d0cc983c4f5b3ad3243b8e3334bc3c5e828b23e41861a3c8e9dcf6
- getbalance (/ext/getbalance/hash)Returns current balance of given addressseq-expl.zero-dynamics.org/ext/getbalance/Sefae2Gf6B9JW4QzSLDRhbB69ALEjiXbzG
- 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
- getcurrentpriceReturns last known exchange priceseq-expl.zero-dynamics.org/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursseq-expl.zero-dynamics.org/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceseq-expl.zero-dynamics.org/ext/getbasicstats
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)seq-expl.zero-dynamics.org/tx/0a62c616e0d0cc983c4f5b3ad3243b8e3334bc3c5e828b23e41861a3c8e9dcf6
- block (/block/hash)seq-expl.zero-dynamics.org/block/e06d44d5ad21d5cba6d9a1507985b73c0e311646fed13b40dcc25e312b3fea3c
- address (/address/hash)seq-expl.zero-dynamics.org/address/Sefae2Gf6B9JW4QzSLDRhbB69ALEjiXbzG
- qrcode (/qr/hash)seq-expl.zero-dynamics.org/qr/Sefae2Gf6B9JW4QzSLDRhbB69ALEjiXbzG

