getTokens
function retrieves a list of tokens on Base by searching for the name, symbol, or address of a token.
Before using them, make sure to obtain a Client API Key from Coinbase Developer Platform.
Promise<GetTokensResponse>
GetTokensOptions
Maximum number of tokens to return
Substring to filter token names or symbols
Successful response – Array of token objects
The response is of type object[]
.