Skip to main content
POST
/
v2
/
sol
/
fee-claim
curl --request POST \
  --url https://de.raze.sh/v2/sol/fee-claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "platform": "pumpfun",
  "params": {
    "userPublicKey": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"
  }
}
'
{
  "success": true,
  "platform": "<string>",
  "data": {
    "instructions": [
      {
        "programId": "<string>",
        "keys": [
          {}
        ],
        "data": "<string>"
      }
    ],
    "transaction": "<string>",
    "feeType": "<string>"
  }
}

Body

application/json

Request to claim fees from a platform

platform
enum<string>
required

Platform to claim fees from

Available options:
pumpfun,
meteora
params
object
required

Platform-specific parameters

rpcUrl
string<uri>

Custom RPC URL (optional)

Response

Success - Fee claim transaction/instructions generated

success
boolean
required
Example:

true

platform
string
required

Platform name

data
object
required

Platform-specific response data