The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
curl --request GET \
--url https://api.jup.ag/studio/v1/dbc-pool/addresses/{mint} \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"dammv2PoolAddress": "PoolAddress11111111111111111111111111111111",
"dbcPoolAddress": "DBCPoolAddress111111111111111111111111111111",
"configKey": "ConfigKeyAddressExample11111111111111111111"
}
}Request for pool addresses for a given token mint
curl --request GET \
--url https://api.jup.ag/studio/v1/dbc-pool/addresses/{mint} \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"dammv2PoolAddress": "PoolAddress11111111111111111111111111111111",
"dbcPoolAddress": "DBCPoolAddress111111111111111111111111111111",
"configKey": "ConfigKeyAddressExample11111111111111111111"
}
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get API key via https://developers.jup.ag/portal
Was this page helpful?