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"
}Returns the number of tokens deployed, tokens that bonded (migrated), and bonding percentage for the specified period.
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"
}Time period to aggregate over
daily, weekly, monthly Success