Graduated Pools
Body
lower_tickintegerRequired
upper_tickintegerRequired
pool_addressesstring[]Required
token_addressesstring[]Required
Responses
200
Raw pool graduation data
application/json
post
/sailfish/graduated_pools_raw/queryPOST /sailfish/graduated_pools_raw/query HTTP/1.1
Host: free.sailfish.solanavibestation.com
Content-Type: application/json
Accept: */*
Content-Length: 112
{
"lower_tick": 1,
"upper_tick": 1,
"pool_types": [
"RaydiumAmm"
],
"pool_addresses": [
"text"
],
"token_addresses": [
"text"
]
}200
Raw pool graduation data
{
"pumpswap_graduations": [
{
"created_at": "2025-11-30T20:52:06.282Z",
"slot": 1,
"version": "text",
"first_signer": "text",
"first_signature": "text",
"all_signers": [
"text"
],
"all_signatures": [
"text"
],
"fee": 1,
"priority_fee": 1,
"index_in_slot": 1,
"bribe": 1,
"global": "text",
"withdraw_authority": "text"
}
],
"raydium_amm_graduations": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"raydium_cpmm_graduations": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
]
}Last updated