Pools

Liquidity Pool information and listing.

List all liquidity pools

get

Returns information about all available liquidity pools.

Responses
chevron-right
400

Bad request

application/json
get
/pools

Get a liquidity pool's ID

get

Returns the liquidity pool identifier for a token pair.

Path parameters
tokenAstring · enumRequired

The name/symbol of the first token (URL encoded).

Example: CCPossible values:
tokenBstring · enumRequired

The name/symbol of the second token (URL encoded).

Example: USDCxPossible values:
Responses
chevron-right
400

Liquidity pool not found or invalid token names given

application/json
get
/ammid/{tokenA}/{tokenB}

Get liquidity pool state

get

Returns detailed information about the liquidity pool state including holdings, supply, and the constant product K.

Path parameters
tokenAstring · enumRequired

The name/symbol of the first token (URL encoded).

Example: CCPossible values:
tokenBstring · enumRequired

The name/symbol of the second token (URL encoded).

Example: USDCxPossible values:
Responses
chevron-right
400

Pool not found or token unknown

application/json
get
/inspect/{tokenA}/{tokenB}

Last updated

Was this helpful?