GraphQL

Filters

filtering data in a request you can apply filters to any field depending on type chose any field from table schema https //docs dton io/transactions and account states syntax field filter example available filters exact exact match (this is default one when you use seqno 1 e g ) contains case sensitive containment test in in a given list gt greater than gte greater than or equal to lt less than lte less than or equal to range in a given range \[val from, val to], both included isnull takes either true or false, which correspond to sql queries of is null and is not null, respectively friendly filter by user friendly form of address accepts bounceable, non bounceable and raw form (workchain\ address) friendly in filter on a list of addresses in user friendly form accepts bounceable, non bounceable and raw form (workchain\ address) and / or / not 1\ and this filter is used to apply a logical and to multiple conditions (default one when you use several keys {workchain 1, seqno 1} = workchain = 1 and seqno = 1 2\ or this filter is used to apply a logical or to multiple conditions 3\ not this filter is used to negate a condition 4\ nested filters (max depth 3)