However, sorting by updated_at is currently not supported by the API:
"errors": [
{
"status": "Bad Request",
"status_code": 400,
"description": "Unable to sort on unknown field \"updated_at\" Your request id is OHM66e21f9487ae11e49c920230f00c9248.",
"request_id": "OHM66e21f9487ae11e49c920230f00c9248"
}
There has been a dashboard request on being able to sort transactions by most recent change: https://github.com/balanced/balanced-dashboard/issues/1578
However, sorting by
updated_at
is currently not supported by the API: