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
Add query params to the tx list endpoint that can filter based on the sender and/or recipient address. The sender filter can apply to any tx type (they all have a sender), however, the recipient filter probably only makes sense for token_transfer tx types.
Example usage: /tx?from_address=SP2DRM5DKDJX6ECFJH9XDT66DZV8FK2H1A27JZHCA&to_address=SP11M3BVG5TGNWQ1FFE5EJM86TMV08YF3EK0JSMQ8
One or both can be specified.
The usage of to_address will implicitly also filter for only token_transfer tx types.
The text was updated successfully, but these errors were encountered:
Add query params to the tx list endpoint that can filter based on the sender and/or recipient address. The sender filter can apply to any tx type (they all have a sender), however, the recipient filter probably only makes sense for
token_transfer
tx types.Example usage:
/tx?from_address=SP2DRM5DKDJX6ECFJH9XDT66DZV8FK2H1A27JZHCA&to_address=SP11M3BVG5TGNWQ1FFE5EJM86TMV08YF3EK0JSMQ8
to_address
will implicitly also filter for onlytoken_transfer
tx types.The text was updated successfully, but these errors were encountered: