curl --request GET \
--url 'https://ca.raze.sh/api/sol/platform/bonding?apiKey='{
"success": true,
"period": "daily",
"platform": "<string>",
"totalDeployed": 123,
"totalBonded": 123,
"bondingPercentage": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Returns the number of tokens deployed, tokens that bonded (migrated), and bonding percentage for the specified period. Optionally filter by DEX platform (e.g. pumpfun, raydiumv4, orca, meteoradlmm, pumpswap).
curl --request GET \
--url 'https://ca.raze.sh/api/sol/platform/bonding?apiKey='{
"success": true,
"period": "daily",
"platform": "<string>",
"totalDeployed": 123,
"totalBonded": 123,
"bondingPercentage": 123,
"timestamp": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
Time period to aggregate over
daily, weekly, monthly Optional DEX platform filter (e.g. pumpfun, raydiumv4, orca, meteoradlmm, pumpswap). Omit for global stats.
Success
daily, weekly, monthly DEX platform filter applied, or "all" if unfiltered
Total tokens deployed in this period
Total tokens that bonded (migrated) in this period
Percentage of deployed tokens that bonded