improved
20.12.2023 - Transaction History Update: Spam Classification
about 1 year ago by Andrey
We've updated the Get Wallet's Transactions endpoint, introducing a spam classification feature similar to what's available in the Get Wallet's Fungible Positions endpoint.
Modified Endpoint: Get Wallet's Transactions
New Feature: is_trash
Flag
is_trash
FlagThe transaction's response now includes a is_trash
flag within the attributes
object, classifying each transaction as spam or not. This flag is located under the flags
section.
New Query Parameter: filter[trash]
filter[trash]
A new query parameter, filter[trash]
, allows filtering transactions based on their is_trash
status.
Schema Modifications:
Filter Options:
only_non_trash
: Returns transactions withis_trash=false
only_trash
: Returns transactions withis_trash=true
no_filter
: Returns all transactions, regardless of theis_trash
flag
Default Option:
no_filter
is chosen when nothing specified.
Stay Updated
To receive updates, create an account at the Developer Hub. For technical questions, join our Discord.