Prices

Price and ratio queries.

Get price ratio

get

Returns the current price ratio of token B in terms of token A. Note that token A and token B do not always correlate to the first and second tokens 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
chevron-right
200

Price ratio

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

Last updated

Was this helpful?