GraphQL
Methods and mutations
Other methods
tonprice returns ton price by days from public centralized api params latest \[bool] toggle mode (just 1 record for concrete date/all records for all dates) time \[string] datetime in isoformat for which you want to get price (today if empty) { "endpoint" "https //dton io/graphql/", "query" "{\n tonprice (latest false){\n time\n value\n }\n}" } gettps returns average number of transactions per second for last minute gettpm return average number of transactions per minute for last 5 minutes { "endpoint" "https //dton co/graphql/", "query" "{\n gettps,\n gettpm\n}" }