Skip to main content
GET
/
api
/
sol
/
tokens
/
stats
Get token statistics
curl --request GET \
  --url 'https://api.raze.bot/api/sol/tokens/stats?apiKey='
{
  "success": true,
  "data": {
    "total_trades": 123,
    "total_deploys": 123,
    "total_alerts": 123
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

apiKey
string
query
required

Response

Success

success
boolean
data
object

Approximate row counts derived from system.parts.

timestamp
string<date-time>