dipdup-io / dipdup

Modular framework for creating selective indexers and featureful backends for dapps
https://dipdup.io
MIT License
92 stars 52 forks source link

Querying XTZ quotes #165

Closed TristanAllaire closed 2 years ago

TristanAllaire commented 2 years ago

Hello, Is it possible to query the USD quote for the current block level inside DipDup ?

Thanks and have a nice day!

droserasprout commented 2 years ago

Hi!

Yes, you can fetch quotes for all major currencies from TzKT using TzktDatasource.get_quote and TzktDatasource.get_quotes methods.