GET
/
api
/
v1
/
volume
/
{chainId}
curl --request GET \
  --url https://api.enso.finance/api/v1/volume/{chainId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chainId
number
default:1
required

Chain ID of the network to search for

Example:

"1"