Siriusscan

API Documentation
Account ?module=account
?module=accountMimics Siriusnet JSON RPC's mcd_getBalance. Returns the balance as of the provided block (defaults to latest)
Name
Description
Get balance for address. Also available through a GraphQL 'addresses' query. If the balance hasn't been updated in a long time, we will double check with the node to fetch the absolute latest balance. This will not be reflected in the current request, but once it is updated, subsequent requests will show the updated balance. If you want to know whether or not we are checking for another balance, use the `balancemulti` action. That contains a property called `stale` that will let you know to recheck that balance in the near future.
?module=account&action=balance&address={addressHash}
Name
Description
Get balance for multiple addresses. Also available through a GraphQL 'addresses' query. If the balance hasn't been updated in a long time, we will double check with the node to fetch the absolute latest balance. This will not be reflected in the current request, but once it is updated, subsequent requests will show the updated balance. You can know that this is taking place via the `stale` attribute, which is set to `true` if a new balance is being fetched.
Get pending transactions by address.
Get transactions by address. Up to a maximum of 10,000 transactions. Also available through a GraphQL 'address' query.
Get internal transactions by transaction or address hash. Up to a maximum of 10,000 internal transactions. Also available through a GraphQL 'transaction' query.
Get token transfer events by address. Up to a maximum of 10,000 token transfer events. Also available through a GraphQL 'token_transfers' query.
Get token account balance for token contract address.
Get list of tokens owned by address.
Get list of blocks mined by address.
Get a list of accounts and their balances, sorted ascending by the time they were first seen by the explorer.
Log
Get event logs for an address and/or topics. Up to a maximum of 1,000 event logs.
Token
Get token holders by contract address.
Stats
Get total supply in Wei from exchange.
Get total supply in Wei from DB.
Get total coin supply from DB minus burnt number.
Get latest price of native coin in USD and BTC.
Gets total transaction fees in Wei are paid by users to validators per day.
Last updated