mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 11:47:04 +00:00
* files * docs * package * remove * comments * macro comments * overview * comment out on run start * remove workflows
462 B
462 B
{% docs eth_dex_lp_symbols %}
The symbol for the token included in the liquidity pool, as a JSON object, where available.
Query example to access the key:value pairing within the object: SELECT DISTINCT pool_address AS unique_pools, tokens :token0 :: STRING AS token0, symbols: token0 :: STRING AS token0_symbol, decimals: token0 :: STRING AS token0_decimal FROM blast.defi.dim_dex_liquidity_pools WHERE token0_symbol = 'WETH' ;
{% enddocs %}