Request Tokens
List available tokens for protocol logic
GEThttps://api.protocolink.com/v1/protocols/{chainId}/{protocolId}/{logicId}/tokens
Path parameters
chainId*integer
Example: 42161
42161
protocolId*string
Example: uniswap-v3
"uniswap-v3"
logicId*string
Example: swap-token
"swap-token"
Response
OK
Body
tokensarray of TokenUSDC (object)
Request
Response
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