Skip to main content
GET
/
trending
Trending tokens
curl --request GET \
  --url https://api.dexploit.dev/trending \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "token_mint": "<string>",
      "volume_sol_change_pct": 123,
      "volume_sol_24h": 123,
      "swap_count_24h": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:25
Required range: 1 <= x <= 100

Response

200 - application/json

Trending list

success
enum<boolean>
Available options:
true
data
object[]