blast-models/models/doc_descriptions/dex - (imported from layer 1)/eth_dex_lp_tokens.md
drethereum 604ec8ef8f
AN-4377/initial-repo-build (#1)
* files

* docs

* package

* remove

* comments

* macro comments

* overview

* comment out on run start

* remove workflows
2024-02-07 10:57:39 -07:00

476 B

{% docs eth_dex_lp_tokens %}

The address for the token included in the liquidity pool, as a JSON object.

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 = '0x4200000000000000000000000000000000000006' ;

{% enddocs %}