Pact Swap
PACT SWAP CMGet TVL GET

Get TVL


Get TVL.

GET
/pactswap_cm/getTvl

Query Parameters

additionalProperties?string

Contract id.

type?unknown

Response Body

curl -X GET "https://api.pactswap.io/pactswap_cm/getTvl?additionalProperties=string"
{
  "property1": {
    "totalCwebAmount": "string",
    "totalL1Amount": "string"
  },
  "property2": {
    "totalCwebAmount": "string",
    "totalL1Amount": "string"
  }
}

Was this documentation helpful? Any suggestions?

Last updated on