tonapi_service
Get project TonAPI stats
To filter the stats, are expected start and end query parameters in unix format, where end is the day closer to the current one, for example start=1675958400&end=1676908800,
get/api/v1/services/tonapi/stats
Query parameters
project_idinteger required
Project ID
startinteger required
Start date
endinteger required
End date
stepinteger
Step
detailedboolean
Example:true
Show more detailed information
dashboard'tonapi_token' | 'tonapi_webhook' | 'liteproxy_requests' | 'liteproxy_connections'
Response
Project TonApi stats
Example response
{
"stats": {}
}