Siriusscan
Last updated
Last updated
[ Base URL:
https://scan.siriusnet.io/api
]
This API is provided for developers transitioning their applications from Siriusscan. It supports GET and POST requests.
Account?module=accountLogs?module=logsToken?module=tokenStats?module=statsBlock?module=blockContract?module=contractTransaction?module=transaction
?module=account
?module=account&action=mcd_get_balance&address={addressHash}
mcd_get_balance GET POST
Module *required string (query)
A string with the name of the module to be invoked.
Must be set to: account
Action *required
string (query)
A string with the name of the action to be invoked.
Must be set to: mcd_get_balance
address *required
string (query)
The address of the account.
block
string (query)
Either the block number as a string, or one of latest, earliest or pending latest will be the latest balance in a consensus block. earliest will be the first recorded balance for the address. pending will be the latest balance in consensus or nonconsensus blocks.
Module *required string (query)
A string with the name of the module to be invoked.
Must be set to: account
Action *required
string (query)
A string with the name of the action to be invoked.
Must be set to: balance
address *required
string (query)
A 160-bit code used for identifying Accounts.
?module=account&action=balancemulti&address={addressHash1,addressHash2,addressHash3}
?module=account&action=pendingtxlist&address={addressHash}
?module=account&action=txlist&address={addressHash}
?module=account&action=txlistinternal&txhash={transactionHash}
?module=account&action=tokentx&address={addressHash}
?module=account&action=tokenbalance&contractaddress={contractAddressHash}&address={addressHash}
?module=account&action=tokenlist&address={addressHash}
?module=account&action=getminedblocks&address={addressHash}
?module=account&action=listaccounts
?module=logs&action=getLogs&fromBlock={blockNumber}&toBlock={blockNumber}&address={addressHash}&topic0={firstTopic}
?module=token&action=getToken&contractaddress={contractAddressHash}
?module=token&action=getTokenHolders&contractaddress={contractAddressHash}
?module=stats&action=tokensupply&contractaddress={contractAddressHash}
?module=stats&action=mcdsupplyexchange
?module=stats&action=mcdsupply
?module=stats&action=coinsupply
?module=stats&action=coinprice
?module=stats&action=totalfees&date={date}