Skip to main content
GET
/
api
/
v1
/
stats
Aggregate platform stats
curl --request GET \
  --url https://api.dexploit.dev/api/v1/stats
{
  "success": true,
  "data": {
    "total_candles": 123,
    "protocols": 123,
    "pairs": 123,
    "mints": 123,
    "timeframes": [
      "<string>"
    ],
    "oldest_candle": "2023-11-07T05:31:56Z",
    "newest_candle": "2023-11-07T05:31:56Z",
    "data_inception": "2023-11-07T05:31:56Z"
  },
  "error": {}
}

Response

200 - application/json

Aggregate stats

success
enum<boolean>
Available options:
true
data
object
error
object