performance
Retrieve Account Returns (MWRR / TWRR)
Retrieve the account's MWRR and TWRR for the requested period.
get/accounts/{account_id}/returns
Path parameters
account_idstring required
Query parameters
period'1d' | '1w' | '1m' | 'this-month' | '3m' | '6m' | 'ytd' | '1y' | 'all' required
Predefined period over which returns are computed.
Response
OK
Example response
{
"mwrr": "0.0925",
"period_end": "2026-07-14T09:34:12Z",
"period_start": "2026-01-01T00:00:00Z",
"twrr": "0.0875"
}