Buy/Sell
Buy
GET /pumpfun/buy
Headers
Name
Value
x-api-key
Your API Key
Body
Name
Type
Description
buyerKey
string
Buyer Private Key
mint
string
Target Token Address
buyAmountSol
string
0.1
priorityFees
string
0.003
slippageBasisPoints
sting
5000 = 50%
Response
{
"status": "success",
"signature": ""
}{
"error": "Invalid request"
}Sell
GET /pumpfun/sell
Headers
Name
Value
x-api-key
Your API Key
Body
Name
Type
Description
sellerKey
string
Buyer Private Key
mint
string
Target Token Address
sellPercent
string
100
priorityFees
string
0.003
slippageBasisPoints
sting
5000 = 50%
Response
{
"status": "success",
"signature": ""
}{
"error": "Invalid request"
}Last updated