curl --request POST \
--url https://api.jup.ag/studio/v1/dbc-pool/create-tx \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"buildCurveByMarketCapParam": {
"quoteMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"initialMarketCap": 16000,
"migrationMarketCap": 69000,
"tokenQuoteDecimal": 6,
"lockedVestingParam": {
"totalLockedVestingAmount": 123,
"cliffUnlockAmount": 123,
"numberOfVestingPeriod": 0,
"totalVestingDuration": 0,
"cliffDurationFromMigrationTime": 0
}
},
"antiSniping": true,
"fee": {
"feeBps": 100,
"totalDuration": 60,
"baseFeeMode": "linear"
},
"tokenName": "<string>",
"tokenSymbol": "<string>",
"tokenImageContentType": "image/jpeg",
"creator": "<string>",
"isLpLocked": true
}
'