You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a simple portfolio page and it seems like having a markets endpoint with the pool ID of tokens would be nice, so I don't have to manually input the pool ID of each individual token.
For the tokens' order history, is it necessary to use the address? To do that, I have to execute a string of all available addresses on the chain to obtain the complete order history. It would be helpful to have an API endpoint with all DEX addresses or simply remove the address requirement.
The text was updated successfully, but these errors were encountered:
Building a simple portfolio page and it seems like having a markets endpoint with the
pool ID
of tokens would be nice, so I don't have to manually input the pool ID of each individual token.For the tokens' order history, is it necessary to use the address? To do that, I have to execute a string of all available addresses on the chain to obtain the complete order history. It would be helpful to have an API endpoint with all DEX addresses or simply remove the address requirement.
The text was updated successfully, but these errors were encountered: