Interface for online data providers.
Get the balance for a given address.
The address to get the balance for.
Optional
(Optional) An array of assets to get the balance for.
A promise that resolves to an array of balances.
Get the fee rates.
A promise that resolves to the fee rates.
Get transaction data based on its ID.
The ID of the transaction.
(Optional) The address of the asset.
A promise that resolves to the transaction data.
Get transactions based on provided parameters.
The parameters for fetching transactions.
A promise that resolves to a page of transactions.
Generated using TypeDoc
Interface for online data providers.