Scan API
List of APIs:
queryDataBase
Uri: /scan/queryDataBase
Request method: GET
Returns the ABEY Chain real time data, include Lightning Block、Block Time、Snail Block、Transaction Count、Address Count、Committee.
Parameters
Parameter:
none
Returns
lightningBlocks
- Lightning Block.
snailBlocks
- Snail Block.
totalTxs
- Transaction Count.
totalAddress
- Address Count.
committee
- Committee.
blockTime
- Block Time.
Example
querySupplyData
Uri: /scan/querySupplyData
Request method: GET
Returns ABEY supply information, including Market Cap, Price, Max Supply, Total Supply , Remaining Supply
Parameters
Parameter:
none
Returns
marketCap
- Market Cap.
remainingSupply
- Remaining Supply.
totalSupply
- Total Supply.
price
- Price.
maxSupply
- Max Supply.
Example
Last updated