Вот HTTP-запрос:
Код: Выделить всё
headers = {
'Content-Type': "application/json",
'TRON-PRO-API-KEY':api_key
}
response = requests.get(f"https://api.trongrid.io/v1/accounts/{address}/transactions?min_timestamp={min_timestamp}", headers=headers)
Код: Выделить всё
min_timestamp="2024-11-01T04:30:00Z"
Код: Выделить всё
min_timestamp="1730558155"
Подробнее здесь: https://stackoverflow.com/questions/791 ... rongridapi
Мобильная версия