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

Body

application/json
ownerWallet
string
required
poolAddress
string
required
maxQuoteAmount
number
required
Required range: x >= 0

Response

transaction
string
required