Skip to main content
POST
/
api
/
sol
/
fee-claim
curl --request POST \
  --url https://public.raze.bot/api/sol/fee-claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "platform": "pumpfun",
  "wallet": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
  "feeTipLamports": 1000000
}
'
{
  "success": true,
  "transactions": [
    "<string>"
  ]
}

Body

application/json
platform
enum<string>
required
Available options:
pumpfun,
meteora
wallet
string
required

Fee claimer / coin creator wallet

Example:

"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"

feeType
enum<string>

Required for meteora

Available options:
creator,
partner
pool
string

Pool address (required for meteora)

Example:

"7XawhbbxtsRcQA8KTkHT9f9nc6d69UwqCDh6U5EEbEmX"

maxBaseAmount

Max base token amount to claim (required for meteora)

maxQuoteAmount

Max quote token amount to claim (required for meteora)

receiver
string

Destination wallet (optional, defaults to wallet)

feeTipLamports
number
Example:

1000000

encoding
enum<string>
default:base58
Available options:
base58,
base64

Response

Fee claim transactions generated

success
boolean
required
Example:

true

transactions
string[]
required

Serialized transactions to be signed and submitted