Update: 02/2023: Looking Help "Code to extract P2P binance data to Google sheets or Excel" - api

I´m getting stuck on trying to bring P2P selling data from Binance using Python.
I am new and i am confused, can someone help me with the code to extract data from binance p2p?
https://p2p.binance.com/es/trade/all-payments/USDT?fiat=VES
I have searched for the api in many places and I can't find the APi to extract the data.
Thanks in advance
I have tried some very generic codes and it always gives me some error code, mainly errors that it is not connecting to the binance servers, I don't want to put the codes because I would like help from 0 and that my bad code does not interrupt a good code.

Related

How can I get Clockify to WRITE annual leave to Google Calendar?

I am having trouble with identifying how to get Clockify to write annual leave (time off in the api documentation) to Google Calendar. I have looked through the API documentation but have to admit I haven't had too much experience with API work previously, any help is very much appreciated. :)
I have attempted to use Zapier to get it to work with no coding, but they don't seem to have the correct triggers and actions that I am looking for.

Newbie question: Want to call an API url (using GET method) and process the answer I get

I'm new to this site (as a writer. I'm a long time silent-reader..), and doing my first steps in writing simple VB.NET winform/console applications, using VS 2010 system.
I want to start with writing a simple program that will use an API I have access to, for sending SMS messages.
AFAIK, I have to send a GET request, and I should get back a string from the service telling me "Success" or an error code.
I'm sure the idea of sending an URL call is simple and probably asked before me many times.
But nevertheless - I'll appreciate help to start this from scratch and making this to work.
Many thanks at advance!
A lot of the Api's have documentation that'll tell you specifically what languages can interact with their api's. More than likely, vb.net isn't on that list, but you can use another language, (probably something like python) to nail down a small script, then use vb to interact with the output.

Having problem Charging cards with Paystack js

I have been trying to integrate Paystack for a while and I got stuck in the card charging phase. After submitting the form, my code returns and error that says readPin() is not defined. Paystack asked me to programmatically pass the pin provided by my customer and I don't even know what that is. What do they mean by the pin provided by customer? Will be glad if anyone can help?
what programming language are you using? What have you tried so far? It is best to provide a code sample and the exact response you get when you make the request.
(it's good practice to provide as much detail as possible when asking questions on StackOverflow.)
However, what I suppose it means is that when you collect the PIN provided by the customer, you should make a POST request to https://api.paystack.co/charge/submit_pin with the collected PIN.
Here is the API reference for that at https://developers.paystack.co/v1.0/reference#submit-pin.
You can also reach out directly to Paystack via your Paystack Dashboard > Get Help (on the bottom right corner) for quicker resolution.

Sign Amazon Product Advertising API Request with Excel/VBA

My question is very clear. Is it possible to sign Amazon product advertising API request with VBA in Excel or is this not possible? There are so many discussions on this topic open on the web, but I couldn't find a working example or a clear answer. So, Amazon experts, I am challanging you.
The functionality should return the same result as this online module:
http://associates-amazon.s3.amazonaws.com/signed-requests/helper/index.html
And here is some help about hot to do it:
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/rest-signature.html
But it looks like nobody has yet been able to accomplish this taks with pure VBA.
Anybody?

Request for examples of VB.net code to retrieve Amazon orders via MWS API

I have been tasked to generate a VB.net application to download our Amazon orders and order items using the API.
Can anyone point me in the direction of any samples to assist. The API documentation is very thorough but thought it would save time if I could look at some existing code.
Any offers would be gratefully received.
A great resource for API support is the MWS forums located here. Not much VB code has been posted there, but there are some users who are versed in it.
You may also want to check out the code converter at telerik as other MWS users have had success with it. With the converter you'll be able to take the sample applications provided in C# and convert it to VB.net.