Pool
Pool data type description
A Pool corresponds to a smart contract on which people can perform swaps. It contains the following fields:
Name
Type
Description
address
string
Address of the pool
chainId
string
Id of the chain
name
string
Name of the pool
protocolId
string
ID of the protocol this pool belongs to
tokenAddresses
string list
List of token addresses this pool contains.
Last updated