cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-pool-data \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tokenId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "success": true, "pool_data": "<unknown>" }
Get liquidity pool data for a token including supply, reserves, weight, graduation status and progress.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true
false