Rapid account: DevNullZero

DevNullZero / DevNullZero

Обсуждения

8
Title
Created at (Click to sort ascending)
A
1
Currently there's no much difference between then. The only difference is that v2/get_traders_positions gives you the is_long attribute Mon 6:25 19/2/24
A
2
Hi! Sorry, I've been very busy these days. Holidays stuff. I'm working on an automation system to fix this issue, so no. You won't have this problem with my API Sun 12:20 24/12/23
A
2
Thank you for letting me know. I apologize for any inconvenience you may have experienced with the API! I understand how important it is to have reliable and accurate data and I'm committed to fixing this issue as quickly as possible! I'll let you know any update about this issue Sun 4:19 17/12/23
A
1
I'm so sorry. This is fixed now Mon 4:26 11/12/23
A
2
Hey, netojose! Yep, it's possible, you need to use `v1/getOtherPerformance` endpoint. Here's an example with Python: ```python3 import requests url = "https://binance-futures-leaderboard1.p.rapidapi.com/v1/getOtherPerformance" querystring = {"encryptedUid":"A84A2B4807288C9F9F5379918BC76A1E"} headers = { "X-RapidAPI-Key": "YOUR-API-KEY", "X-RapidAPI-Host": "binance-futures-leaderboard1.p.rapidapi.com" } response = requests.get(url, headers=headers, params=querystring) print(response.json()) ``` Mon 3:31 20/11/23
A
1
1. Currently there's no much difference between then. The only difference is that get_traders_positions gives you the is_long attribute. 2. I had to disable that feature due to user abuse by putting up to 100 UUIDs in a request every second If you want that feature because of the rate limit of the v2/getTraderPositions endpoint (1k calls), you can use the v1/getOtherPosition endpoint which gives you 10k calls. Both provide the same content with slight differences Fri 11:30 27/10/23