GetAllTokens
This endpoint is used to get all tokens in a contract.
Parameters
chain
eVyChain
The blockchain of the contract.
contractAddress
string
The contract address whose tokens you want to fetch.
Returns
VyTask<VyTokenSummaryDto[]>
Last updated