get

/v4/volume/facets

List the available programs and client ids to filter volume entries by.

Responses

200
Response for status 200
Schema
object
programsstring[]
required
clientIdsstring[]
required
Example
{
  "programs": [
    "string"
  ],
  "clientIds": [
    "string"
  ]
}
get
https://api.merkl.xyz/v4/volume/facets
Merkl API
curl -X GET "https://api.merkl.xyz/v4/volume/facets"