jup-ag / jupiter-swap-api

The jupiter swap api binary
72 stars 20 forks source link

Request: Add quoteType parameter (to opt in to bellman-ford) #13

Closed yamen closed 4 months ago

yamen commented 7 months ago

Some use cases are more latency or computation sensitive than price sensitive. It would be ideal if we could opt in to the bellman-ford algorithm at quote time, which tends to return much faster.

Arrowana commented 4 months ago

You can already provide quoteType=bellman-ford to /quote