/api/senior/benefitsSenior benefits finder / unclaimed benefits eligibility check, by state. Screens SSI, Medicaid, Medicare Savings Programs, VA benefits, and PACE from income and assets, and flags what an older adult likely qualifies for but is not claiming. For caregiver and benefits agents — informational, not financial advice.
Benefits eligibility assessment (US by default; country-aware)
Assesses eligibility for US federal and state senior benefits programs including SSI, Medicaid, Medicare Savings Programs (QMB, SLMB, QI), Extra Help (Part D subsidy), VA Aid & Attendance, and PACE. Uses state-specific income and asset thresholds. Surfaces programs most seniors miss — Medicare Savings Programs alone are claimed by only 50% of those eligible. Pass country for a non-US country's equivalent means-tested senior benefit programs instead.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"assets": {
"description": "Total countable assets in USD — excludes primary home and one vehicle",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"country": {
"description": "Country of residence — defaults to US programs if omitted. Set for non-US countries to get that country's equivalent senior benefit programs instead.",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"income": {
"description": "Monthly gross income in USD (Social Security, pension, wages)",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"lang": {
"description": "Response language — any language supported",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"state": {
"description": "US state name or 2-letter abbreviation (e.g. 'Texas', 'TX')",
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"veteran": {
"description": "Set true to include VA Aid & Attendance and other veteran-specific benefits in the assessment",
"required": false,
"type": "boolean",
"x-parameter-location": "query"
}
},
"required": [
"state"
],
"type": "object"
}