Pandora-Finance / Express-Protocol-SDK

Express SDK developed by Pandora team
8 stars 2 forks source link

API integration with SDK. #19

Open TusharTapadia opened 2 years ago

TusharTapadia commented 2 years ago

The user can query the respective chain for information such as:

Can we implement our own servers with access using these API's where the user can query directly through our SDK?

techpandora commented 2 years ago

currency rates ? If we include the currency rates then we have to include the oracle.

Trading will be done in Stablecoin or PNDR token..

vishaldantuluri commented 2 years ago

Yes, The other api features are handy, even rarible included these queries in their api's

kishan79 commented 2 years ago

@techpandora @TusharTapadia moralis provide support for such kinds of endpoints, or we can also build an API client that handles these queries, stores & retrieves from DB.

techpandora commented 2 years ago

We can't expect everyone to be using moralis, so we need to have our endpoints as well.