Get account activities on Ronin chain
Get an account's activities on the Ronin chain (Transfers, Approvals, Mint, Burn, Marketplace, Deposit, Staking, Add/Remove Liquidity).
Get account info by address
Get an account's information by its address.
Search wealthiest accounts
Get the wealthiest accounts.
Optional
limit: numberOptional
offset: stringGet the finalized block number
Returns the most recent block that has been confirmed as final and that cannot be reverted, even by a reorg.
Get the latest block number
Returns the most recent block that has been added to the chain, but that can still be reverted by a reorg.
Get blocks
If block_hash is present, always search by block_hash first. The block_number value must be positive. If there is no block_hash or block_number present, the API searches for all blocks. The limit and offset parameters are used to paginate results.
Optional
params: get_blocks_Paramoptional query parameters
Get contract by address
Get a contract by its address.
Get multiple NFTs
Get multiple NFTs that matched the specified IDs.
Get summary for individual NFT
Get summarized information for an individual NFT.
Get summary for multiple NFTs
Get summarized information for multiple NFTs.
Search for matched NFTs
Search for NFTs that matched the specified search parameters.
DSearch for NFTs by metadata attributes
Search for NFTs that match the specified metadata attributes.
Creates an instance of CustomSkynetProvider. Used by SkynetWeb3Provider and SkynetRESTProvider.
The URL to use, headers, etc
EEmptyHeaders when headers are present, but empty
EEmptyUrl when URL is empty
ENoApiKey when X-API-KEY is absent
ENoHeaders when headers are absent
Protected
Readonly
connectionProtected
concatProtected
getProtected
getPlaces a call to the service, with optional limits and cursor
Optional
limit: numberhow many items can be return in a single response, maximum 200
Optional
cursor: stringthe current pointer of the result set, to iterate to the next part of the results, it's returned by the previous call (nextCursor field), you get it and pass to the next call, present nextCursor means there will be more results to scroll, empty nextCursor means it reaches to the end of results
Protected
isProtected
postProtected
update_Updates the url to include limit and cursors, if they're provided.
Optional
limit: numberhow many items can be return in a single response, maximum 200
Optional
offset: string | numberUpdated url if limit and cursors provided, otherwise, returns the parameter url.
Protected
update_Get circulating RON supply
Get ronin circulating supply for RON. When getting by date range, both param from and to must be present, from and to must follow date format YYYY-MM-DD, for example '2023-10-29'. Max difference allowed between from and to 100 days.
Optional
from: stringYYYY-MM-DD
Optional
to: stringYYYY-MM-DD
Get circulating token supply
Get the circulating supply for a token.
Get total RON supply
Get the total supply for RON.
Get total token supply
Get the total supply for the specified token.
Query RON supply
Get the total supply or circulating supply for RON.
Query token supply
Get the total supply or circulating supply for the specified token.
Get summary of token balances
Get the summary of token balances for the specified owner address.
Search token balances
Search token balances.
List token transfers by timestamp
List token transfers ordered by timestamp.
Optional
limit: numberOptional
offset: numberList token transfers by transaction hash
List token transfers ordered by transaction hash.
Get overview for tokens
Get an overview for tokens that matched the specified contract addresses.
Get token by address
Get a token by its address.
Get token's top holders
Get the top holders of the specified token.
Search tokens
Search tokens.
Get daily count of transactions
Get the daily count of transactions.
Get multiple transactions by hashes
Returns the details of multiple transactions by their hashes.
Get transaction by hash
Returns the details of an individual transaction by its hash.
List transactions
List transactions.
Optional
limit: numberOptional
offset: number
This class implements the Skynet REST API.
To create a SkynetRESTProvider quickly, call createSkynetRESTProvider with the API key.
To customize headers, call the SkynetRESTProvider constructor with a tailored ConnectionInfo parameter.