Tokens

Token and instrument information.

Get Token A information

get

Returns token information for the first token in the liquidity pool. Note that this is not always the first token in the pool name.

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
get
/tokenA/{tokenA}/{tokenB}

Get Token B information

get

Returns token information for the second token in the pool. Note that this is not always the second token in the pool name.

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
get
/tokenB/{tokenA}/{tokenB}

Get LP Token information

get

Returns instrument information for the liquidity provider token of the pool.

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
get
/lpToken/{tokenA}/{tokenB}

Last updated

Was this helpful?