{"version":"1.7.42","tabs":[{"name":"Filter Transactions","endpoint":"","query":"{\n FindTransactions(\n # filterBy is an array of OR related filters, i.e. if a transaction passed a single filter it would be shown in the response.\n # Each element (filter) of the filterBy array is composed of:\n # accountId (required) - Only transactions associated with the given account will be shown.\n # Zero or more operators to be applied over given fields values.\n filterBy: [\n {\n accountId: \"42aaa86d-fdab-4819-b6de-2d33b6841786\"\n Equal: {}\n MoreThan: {}\n MoreThanOrEqual: {}\n LessThan: {}\n LessThanOrEqual: {}\n Not: {}\n }\n {\n accountId: \"2089c75a-cf42-413e-95cc-fb501f0b6aac\"\n Equal: {}\n MoreThan: {}\n MoreThanOrEqual: {}\n LessThan: {}\n LessThanOrEqual: {}\n Not: {}\n }\n ]\n ) {\n from\n to\n amount\n currency\n timestamp\n matchingId\n fees\n feesCurrency\n metadata {\n contractAddress\n tokenName\n tokenSymbol\n nftData {\n contractAddress\n tokenName\n tokenSymbol\n tokenID\n from\n to\n }\n }\n }\n}\n"}],"canSaveConfig":false}