cURL
curl --request POST \ --url https://api.allium.so/api/v1/streams/data-management/filters \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "filter": {} }'
{ "message": "<string>", "result_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Create a new filter by specifying the field, operator and type
{ "filter": { "field": "token_address", "operator": "IN", "type": "data_source", "data_source_id": "3123712-aqw1-asdg-0293-1f48914e1e3f" } }
IN
data_source
Successful Response
Was this page helpful?