The options for the list token balances.
The network to list the token balances on.
The result of the list token balances.
Requests funds from an EVM faucet.
Parameters for requesting funds from the EVM faucet.
The network to request funds from.
The token to request funds for.
An idempotency key.
A promise that resolves to the transaction hash.
Gets a quote to fund an EVM account.
The options for the quote fund.
The network to fund the account on.
The token to fund the account with.
The amount of the token to fund represented as an atomic unit.
It's common to use parseUnits
utils from viem to convert to atomic units.
Otherwise, you can pass atomic units directly.
A promise that resolves to a Quote object containing details about the funding operation.
Funds an EVM account with the specified token amount.
The options for the fund operation.
The network to fund the account on.
The token to fund the account with (e.g., 'usdc').
The amount of the token to fund represented as an atomic unit.
It's common to use parseUnits
utils from viem to convert to atomic units.
Otherwise, you can pass atomic units directly.
A promise that resolves to the fund operation result containing the transfer details.
Waits for a fund operation to complete and returns the transfer receipt.
The options for the wait for fund operation.
The ID of the transfer to wait for.
A promise that resolves to the completed transfer receipt containing details about the funding operation.
List the token balances of an account.