provider Treasury GET /treasury/{treasuryId}/statements
@utdk/mercury /treasury/{treasuryId}/statements
Get treasury account statements
Retrieve a paginated list of statements for a specific treasury account. Supports cursor-based pagination and filtering by document type.
treasuryId path required
string
limit query
integer
order query
enum: asc, desc
start_after query
string
end_before query
string
documentType query
enum: MonthlyStatement, TradeConfirmation, 1099, 1099R…

Try it

Authentication
Configure credentials for Mercury API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

gettreasurystatements
GET/treasury/{treasuryId}/statements
Retrieve a paginated list of statements for a specific treasury account. Supports cursor-based pagination and filtering by document type.

Parameters

required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import mercury from '@utdk/mercury';

await mercury.gettreasurystatements({
  "limit": 1000,
  "order": "asc"
})