Vinicius Aquino
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Vinicius Aquino-
Vinicius Aquino commented,
The problem was in my script, a function that called the API before the main request and was being blocked.
-
Vinicius Aquino commented,
The script works very well on my localhost and on another server, I honestly do not know how to find the problem, I've been struggling for more than 10 hours to solve this. What logs do you tell me...
-
Vinicius Aquino commented,
I am the developer, the script is in PHP: URL: api.binance.com/api/ [PHP] private function privateRequest($url, $params = [], $method = 'GET') { $params['timestamp'> = number_forma...
-
Vinicius Aquino created a post,
POST requests for script are taking 3 minutes
All my POST-type requests for a specific URL are taking about 3 minutes to return the response, that is, a few seconds after I submit the form, I look at the API site and there are my data posted, ...