get
/v4/volume/facets
List the available programs and client ids to filter volume entries by.
Responses
200Response for status 200
Schema
object
programsstring[]required
clientIdsstring[]required
Example
{
"programs": [
"string"
],
"clientIds": [
"string"
]
}get
https://api.merkl.xyz/v4/volume/facetscurl -X GET "https://api.merkl.xyz/v4/volume/facets"