get tvl of the project

get tvl of the project

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/project/tvl?project_id=uniswap-v2&chain=ethereum&date=2023-04-23' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": "1167465179.00000000",
  "uuid": 1656864202490773500
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!