To reference a Filter Data Source in a Filter, we need to first create one, and add values to it.
Example: POST /filter-data-sources
Copy
Ask AI
// Request{ "name": "Wallet Addresses List", "type": "string_array", "description": "Allowlist of wallets for transactions we want to track."}// Response{ "id": "3123712-aqw1-asdg-0293-1f48914e1e3f", "name": "Wallet Addresses List", "type": "string_array", "description": "Allowlist of wallets for transactions we want to track."}