Price Subscribe
Authorizations
AuthorizationstringOptional
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
Body
Request to subscribe to price updates for specified mints
mintsstring[]RequiredExample:
Array of token mint addresses to subscribe to
["3nSMUVeDed6G67RwLvBWxiYU2qEGVJXf2TD5MiTRpump"]Responses
200
Success - Streaming price updates
stringOptionalExample:
Server-Sent Events stream of price updates
data: {"sequence_number":2385363,"json_data":[{"delete":{"base_mint":"3nSMUVeDed6G67RwLvBWxiYU2qEGVJXf2TD5MiTRpump","quote_mint":"So11111111111111111111111111111111111111112","avg_price_1min":0.0000145159116535,"avg_price_15min":0.0000144237151482,"avg_price_1h":0.0000132893992847,"avg_price_24h":8.6219972179e-6,"latest_price":0.0000144847217258},"insert":null},{"delete":null,"insert":{"base_mint":"3nSMUVeDed6G67RwLvBWxiYU2qEGVJXf2TD5MiTRpump","quote_mint":"So11111111111111111111111111111111111111112","avg_price_1min":0.0000145253949138,"avg_price_15min":0.0000144251872985,"avg_price_1h":0.0000132893992847,"avg_price_24h":8.6219972179e-6,"latest_price":0.0000144847217258}}]}400
Invalid input
application/json
401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Too Many Requests
text/plain
500
Internal Server Error
text/plain
post
/subscribe-priceLast updated