Request Tokens
get
/v1/protocols/{chainId}//{protocolId}//{logicId}/tokens
Path parameters
chainIdintegerrequired
Example: 42161
Example:
42161
protocolIdstringrequired
Example: uniswap-v3
Example:
uniswap-v3
logicIdstringrequired
Example: swap-token
Example:
swap-token
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Provides a list of tokens supported by a Logic, depending on the chain and protocol. See Networks & Protocols.
The result contains a list of chains that looks the following:
Presented according to different protocols or the token has been paired:
Last updated