Charli3-Official / charli3-dendrite

Python SDK for seamless interaction with multiple Cardano DEXs, simplifying DeFi development.
MIT License
9 stars 3 forks source link

Documentation (get_pool_utxos) #88

Open while0x1 opened 2 months ago

while0x1 commented 2 months ago

Expand the example.py file for commonly used queries - how to filter get_pool_utxos for specific pools/LPs, how to perform different swap functions etc.

eg) LP_TOKEN= 'f5808c2c990d86da54bfc97d89cee6efa20cd8461616359478d96b4c82e2b1fd27a7712a1a9cf750dfbea1a5778611b20e06dd6a611df7a643f8cb75' selector = MinswapV2CPPState.pool_selector() result = get_pool_utxos(limit=10000, historical=False,addresses=selector.addresses,assets=[LP_TOKEN])