Skip to main content
GET
/
v1
/
liquidity
/
{pool_address}
/
total-supply
Returns pool total supply
curl --request GET \
  --url https://backend.swap.coffee/v1/liquidity/{pool_address}/total-supply \
  --header 'X-Api-Key: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.swap.coffee/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Path Parameters

pool_address
string
required

Response

Pool's total supply

The response is of type string.