Learn how Sim APIs provide liquidity data to help you filter tokens based on your specific needs.
symbol
, name
, and decimals
propertiesprice_usd
pool_size
low_liquidity
pool_size
is very small and low_liquidity
is true, you should disregard price_usd
and value_usd
fields. While the price is technically correct based on the best liquidity pool we can find, it becomes effectively meaningless when there’s insufficient liquidity. You can’t actually exchange the token for anything else of value at that price.pool_size
field. This is one of the most effective ways to filter out low-quality tokens.
address
and its chain_id
.
This guarantees you are identifying the exact token on the correct network.