Get transactions for a Mercury Treasury account
3 days ago by Sergio
You can now fetch Mercury Treasury transactions using the new endpoint GET /treasury/:id/transactions
. Use the account ID from the UI or from the GET /accounts
endpoint.
This new endpoint returns changes on securities as well as the balance after the change, along with details on the update.
This endpoint uses cursor-based pagination: the endpoint response contains a cursor
integer that you then need to use as a query parameter to get the next page.