Skip to main content
POST
/
get-pool-data
Get liquidity pool data
curl --request POST \
  --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-pool-data \
  --header 'Content-Type: application/json' \
  --data '{
  "tokenId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "chainSlug": "base-sepolia"
}'
{
  "success": true,
  "pool_data": "<any>"
}

Body

application/json
tokenId
string<uuid>
required
chainSlug
enum<string>
required

Blockchain identifier

Available options:
base,
base-sepolia
Example:

"base-sepolia"

Response

Successful response

success
boolean
required
pool_data
any