You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to filter the list of transactions with the following criteria
transfer.recipient=‘cosmos10v2gu0vvdeuv8pexnl98lmyva4cq8jkaa4845c'withdraw_rewards.validator=’ cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn'
Closing criteria
I can do the filtering individually with success, but the combination of multiple criteria together fails
YuXiaoCoder
changed the title
GetTxsEvent cannot filter transactions using multiple conditions and cannot specify paging parameters.
GetTxsEvent cannot filter transactions using multiple conditions
Feb 9, 2025
Problem
I want to filter the list of transactions with the following criteria
transfer.recipient=‘cosmos10v2gu0vvdeuv8pexnl98lmyva4cq8jkaa4845c'withdraw_rewards.validator=’ cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn'
Closing criteria
I can do the filtering individually with success, but the combination of multiple criteria together fails
Problem details
The API documentation I refer to is https://docs.cosmos.network/api#tag/Service/operation/GetTxsEvent, Is it possible that I've specified the multiple conditions in the wrong way, and it's causing the filtering to fail
The text was updated successfully, but these errors were encountered: