cURL
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>" }
Get liquidity pool data for a token including supply, reserves, weight, graduation status and progress.
Blockchain identifier
base
base-sepolia
"base-sepolia"
Successful response