Skip to main content
POST
/
dbc
/
fee
dbc-fee
curl --request POST \
  --url https://api.jup.ag/studio/v1/dbc/fee \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "poolAddress": "<string>"
}
'
{
  "unclaimed": "<string>",
  "total": "<string>"
}

Authorizations

x-api-key
string
header
required

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

Body

application/json
poolAddress
string
required
  • Dynamic Bonding Curve pool address

Response

Successful response

unclaimed
string
required
  • Unclaimed creator quote fee amount
total
string
required
  • Total trading quote fee amount divided by 2 (creator share)