Skip to main content
GET
/
api
/
sol
/
platform
/
bonding
Token bonding stats
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.

Authorizations

apiKey
string
query
required

Query Parameters

period
enum<string>
default:daily

Time period to aggregate over

Available options:
daily,
weekly,
monthly
platform
string

Optional DEX platform filter (e.g. pumpfun, raydiumv4, orca, meteoradlmm, pumpswap). Omit for global stats.

Response

Success

success
boolean
period
enum<string>
Available options:
daily,
weekly,
monthly
platform
string

DEX platform filter applied, or "all" if unfiltered

totalDeployed
integer

Total tokens deployed in this period

totalBonded
integer

Total tokens that bonded (migrated) in this period

bondingPercentage
number

Percentage of deployed tokens that bonded

timestamp
string<date-time>