GET
/
v1
/
liquidity
/
{pool_address}
/
total-supply
curl --request GET \
  --url https://backend.swap.coffee/v1/liquidity/{pool_address}/total-supply
"<string>"

Authorizations

X-Api-Key
string
header
required

Path Parameters

pool_address
string
required

Response

200
application/json
Pool's total supply

The response is of type string.