Skip to main content
GET
/
dbc-pool
/
addresses
/
{mint}
dbc-pool-addresses-by-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"
  }
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Path Parameters

mint
string
required

Response

Successful response

success
boolean
data
object