Adds transaction_timestamp to the Tokens API response, so the user can sort by oldest to newest tokens, or vice-versa.
Considerations:
When passing a keyword, the date type must be passed on sort structure, e.g. name.keyword or symbol.keyword. However, when a long type is passed, like transaction_timestamp field, we should not append .long. This is why the data type structure was changed on this PR.
Acceptance Criteria
Adds transaction_timestamp to the Tokens API response, so the user can sort by oldest to newest tokens, or vice-versa.
Considerations:
name.keyword
orsymbol.keyword
. However, when along
type is passed, liketransaction_timestamp
field, we should not append.long
. This is why the data type structure was changed on this PR.