Skip to main content
GET
/
api
/
sol
/
platform
/
bonding
Token bonding stats
curl --request GET \
  --url 'https://uk.raze.sh/api/sol/platform/bonding?apiKey='
{
  "success": true,
  "period": "daily",
  "totalDeployed": 123,
  "totalBonded": 123,
  "bondingPercentage": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

apiKey
string
query
required

Query Parameters

period
enum<string>
default:daily

Time period to aggregate over

Available options:
daily,
weekly,
monthly

Response

Success

success
boolean
period
enum<string>
Available options:
daily,
weekly,
monthly
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>