Pool Information

Query pool information by address

post
/sailfish/pools/query
Body
stringOptional

Pool address (e.g. Solana AMM pool address)

Responses
200

Pool information

application/json
post
/sailfish/pools/query
POST /sailfish/pools/query HTTP/1.1
Host: free.sailfish.solanavibestation.com
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"
200

Pool information

{
  "pool_type": "RaydiumAmm",
  "address": "text",
  "quote_token": {
    "address": "text",
    "name": "text",
    "symbol": "text",
    "decimals": 1,
    "total_supply": "text"
  },
  "base_token": {
    "address": "text",
    "name": "text",
    "symbol": "text",
    "decimals": 1,
    "total_supply": "text"
  },
  "buy_path": [
    "text"
  ],
  "sell_path": [
    "text"
  ],
  "token_0": "text",
  "token_1": "text"
}

Last updated