-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can a simple user consume your API? #58
Comments
Same here, so I will share what I did.Here is where I went: https://developers.celsius.network/
After you get a key from the Business Development team
Example response
References
Good luck! |
Hi, I have yet to understand why it doesn't work, but in my case after having received a proper This is shown in a normal browser:
while this appears if I run chrome in dev mode (--disable-web-security)
For your reference, my init code is as follows: const initCelsius = async () => {
const celsius = await Celsius({
authMethod: AUTH_METHODS.API_KEY,
partnerKey: "****",
environment: ENVIRONMENT.PRODUCTION,
})
const rates = celsius.getInterestRates(
"****"
)
console.log(rates)
} I also tried the combinations of auth keys in Postman, and I've successfully been able to get a response, so the problems is somewhere else. Could the problem be due to the fact that I'm using the sdk on the frontend side (react)? |
Hello
I'm an user of Celcius, i just want to consume API to export my balance wallet every day.
Is it possible ?
Thanks
Guldil
The text was updated successfully, but these errors were encountered: