For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetErc20Contracts

This endpoint fetches all of your token contracts.

void GetErc20Contracts(const FVyQuery_GetErc20Contracts& Query, const FVyOnGetErc20ContractsComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnGetErc20ContractsComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetErc20ContractsComplete) Contains a TArray<FVyErc20TokenContractDto> response type

Last updated