Bonding Curve

Get bonding curve information

GET /bondingCurve

Method is used to get a bonding curve of a token

Headers

Parameters

Body

Response

{
    "key": "25uW6hChv3HV5y1tWKWAdFSn52W7MXbjVzfydpE95MCW",
    "discriminator": 6966180631402821399,
    "virtualTokenReserves": 365093896575450,
    "virtualSolReserves": 88169099743,
    "realTokenReserves": 85193896575450,
    "realSolReserves": 58169099743,
    "tokenTotalSupply": 1000000000000000,
    "complete": false
}

Examples

curl --location 'https://rpc.api-pump.fun/bondingCurve?token=your_token' \
--header 'Content-Type: application/json' \
--header 'x-api-key: your_api_key'

Last updated