Is there an open and free alternative to using this API? It returns a 500 error right now and has been this way for a few days.
https://api.pancakeswap.info/api/v2/tokens
Related
I am making a bot with python that works with the Kucoin api, but I would like to make orders with leverage and for this I need to access futures, but for now I have not found any library or any end point in the Kucoin api that let me access that market,
Do you know of any library for this or it simply cannot be done? Thank you very much in advance
I have been working with the official kucoin api
https://docs.kucoin.com/
there's separate API for Kucoin futures (https://docs.kucoin.com/futures/) and separate library operating on this API (kucoin-futures-python)
I just created an API on APIC, but when I search APIs it doesn't show up in the search. Any idea why or where I can find the API I just created?
Try searching for the product. Then you can search through the product's API's and it should be there.
I'm writing a small java app that will allow me to trade on Kraken without using their web front-end.
I have most of the calls working, but can't seem to get AddOrder working..
No matter what I send, Kraken replies with EGeneral:Invalid arguments
I'm able to do an AccountBalance call which is also a private call that needs my API-key and API-Sign. So I'm pretty sure I'm creating the API-Sign properly.
For a simple market order to buy 12 ETH in USD, I would send:
https://api.kraken.com/0/private/AddOrder?pair=XETHZUSD&type=buy&ordertype=market&volume=12.00000
Has anyone used this API? Can point out something I might be missing?
Thanks!
http://www.google.com/finance?q=nse%3Areliance
Is it possible to get real-time data (price and volume) using Google API ?
Any sample code (C++/C#) would be very helpful.
Check this project : Implementation of Google Finance API in C# , it has also a demo of how to use it.
You may also check Yahoo finance API , here's a sample of how to get real-time data from it in C#
This might be a good starting point: http://code.google.com/intl/de/apis/finance/.
Here you can find a client library for .NET to make the access at the Google Data Protocol easier: http://code.google.com/intl/de/apis/gdata/docs/client-libraries.html
I am using Google API for one of my project. I completed all the formalities with google. I pay the bill for using it. But I cannot move out with one issue. If I send data for translation back to back, google reverts back with Access denied Error 403. So I had to put some delay in my code. But as a matter of fact total time is increasing. So what is the possible way to recover this issue.
I am using C# dot net to call the google API.
> https://www.googleapis.com/language/translate/v2?key=xxxxxxxxxxxxxxxxxxxxxxx&q={0}&source=en &target=sv
From Google translate API FAQ page:
You may be exceeding your quota: either the daily billable total, or the limit on request characters per second.
To view or change usage limits for your project, or to request an increase to your quota, do the following:
For more information Google translate API FAQ