cURL
curl --request POST \ --url https://api.tokenlayer.network/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": null }
Get liquidity pool data for a token including supply, reserves, weight, graduation status and progress. Note: The first 6 seconds (equivalent in blocks) of trading has increased anti-sniping fees ranging from 80% to 1%, decreasing linearly by block.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
true