GET
/
accounts
/
{account_id}
/
ira-limits
/
{account_type}

Headers

x-api-key
string
required

API Key for authentication

Path Parameters

account_id
string
required

The ID of the account for which annual limits are to be retrieved.

account_type
enum<string>
required

The type of IRA account for which to retrieve annual contribution limits.

Available options:
IRA,
ROTH_IRA,
CATCHUP_IRA,
CATCHUP_ROTH_IRA

Query Parameters

year
integer

Optional. The year for which to retrieve annual contribution limits. Defaults to the current financial year.

Response

200 - application/json
account_type
string

The type of IRA account.

year
integer

The year for which the contribution limits are provided.

annual_limit_individual
number

The annual contribution limit for an individual.

annual_limit_catchup
number

The annual catch-up contribution limit (if applicable).