get https://api.mercury.com/api/v1/treasury//transactions
Retrieve ledger-impactful transactions for a Mercury Treasury account
This endpoint is in Beta.
NOTE: Currently, this endpoint can return less transactions than requested. This will be fixed in the next update
Response schema:
{
"cursor": integer | null,
"transactions": [
{
"type": string,
"id": string,
"description": string,
"amount": number,
"canonicalDay": date,
"balance": number,
"security": string
}
]
}