Account Endpoints
Get Annual IRA Contribution Limits
Retrieve the annual contribution limits for the specified IRA account, type and year.
GET
/
accounts
/
{account_id}
/
ira-limits
/
{account_type}
Headers
API Key for authentication
Path Parameters
The ID of the account for which annual limits are to be retrieved.
The type of IRA account for which to retrieve annual contribution limits.
Available options:
IRA
, ROTH_IRA
, CATCHUP_IRA
, CATCHUP_ROTH_IRA
Query Parameters
Optional. The year for which to retrieve annual contribution limits. Defaults to the current financial year.
Response
200 - application/json
The type of IRA account.
The year for which the contribution limits are provided.
The annual contribution limit for an individual.
The annual catch-up contribution limit (if applicable).