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

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)
I