Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curated token searching
import { useTokenList } from '@relayprotocol/relay-kit-hooks' const { data: suggestedTokens } = useTokenList( "https://api.relay.link", { limit: 20, term: "usdc" } )
import { queryTokenList } from '@relayprotocol/relay-kit-hooks' queryTokenList( "https://api.relay.link", { limit: 20, term: "usdc" } )
Was this page helpful?