Pool

Pool data type description

A Pool corresponds to a smart contract on which people can perform swaps. It contains the following fields:

NameTypeDescription

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

baseProtocolId

string

ID of the base protocol this pool belongs to (see Protocol)

tokenAddresses

string list

List of token addresses this pool contains.

Last updated