orca-so / typescript-sdk

The Orca SDK contains a set of simple to use APIs to allow developers to integrate with the Orca platform.
159 stars 49 forks source link

getQuote method not working #110

Open michaelessiet opened 1 year ago

michaelessiet commented 1 year ago

The getQuote method returns an error. I believe it is an rpc related error. This is what the error produced looks like

{"jsonrpc":"2.0","error":{"code": 403, "message":"Access forbidden, contact your app developer or support@rpcpool.com."}, "id": "f25e88ef-b04c-49a9-b533-4ee1f99f9cad" }

Any fix or is this package no longer being worked on?

staccDOTsol commented 1 year ago

It seems like the error message is indicating that there is an issue with the RPC endpoint you are using. Have you checked if the endpoint is still valid and accessible?

If the endpoint is valid, then the issue might be related to the authentication credentials that you are using. Make sure that you have the correct credentials and that they are properly configured in your code.

If the issue persists, you can try reaching out to the support team of the RPC provider for further assistance.

Regarding the package being worked on, I am not aware of any indication that the package is no longer being worked on. However, it's always a good idea to check the package's repository or documentation for any updates or announcements.

staccDOTsol commented 1 year ago

It seems like the error message is indicating that you are not authorized to access the RPC endpoint. This could be due to a few reasons such as incorrect API key or rate limiting.

I would suggest checking your API key and making sure it is valid. You can also try contacting the support email provided in the error message for further assistance.

As for the package, I am not aware of any issues with it currently. However, it is always a good idea to check the package's GitHub repository for any reported issues or updates.