Skip to content

Instantly share code, notes, and snippets.

@NoamDev
NoamDev / tps.py
Last active September 9, 2021 16:44
Rust Net TPS
import requests
def get_last_tx_now():
headers = {
'Accept-Encoding': 'gzip, deflate, br',
'Content-Type': 'application/json',
'Accept': 'application/json',
'Connection': 'keep-alive',
'DNT': '1',
'Origin': 'https://rustnet1.ton.dev',