quotes
Get a price quote by providing the specified tokens information through Pump.fun.
Request
Be aware that this endpoint is using a beta URL.
Method:
GET ./api/v2/pumpfun/quotes
Parameters:
Parameter
Type
Description
quoteType
string
Type of the quote. Potential value could be "BUY"
or "SELL"
mintAddress
string
Token mint address.
bondingCurveAddress
string
Bonding Curve program address.
amount
double
The amount of token users expected to swap.
Request example:
Response:
Fields:
Field
Type
Description
transaction
TransactionMessage
See TransactionMessage
below for details
TransactionMessage
Parameter
Description
content
string
Raw bytes of signed transaction (should be in base64)
Example:
Last updated