Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Token Bonding Status Mainnet Only

GEThttps://deep-index.moralis.io/api/v2.2/erc20/:address/bondingStatus

Returns the bonding curve status and progress for a specific token

PATH PARAMS
addressstringrequired
The token address to get bonding status for
QUERY PARAMS
chainstring
The chain to query
Responses
200Returns the bonding status for the specified token
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/erc20/Aygpsdr1BvL5dYjZnt8nzz1n73Ev7t7MXmfA2Z9Xpump/bondingStatus?chain=ronin' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"address": "0x5161af98f7e88f675d7bfa95fc60225057b8b937",
"exchangeName": "tama.meme",
"bondingProgress": 73.25689012345678,
"graduatedAt": ""
}