| name | altfins-api |
| description | Use when tasks require altFINS API integration planning, key-auth endpoint probes, and premium-access fallback handling. |
altFINS API
Use this skill for altFINS API integration once account access is enabled.
When to use
- The task needs altFINS analytics/signal APIs.
- You need key-auth request tooling with endpoint probes.
Quick start
export ALTFINS_API_KEY="..."
python3 scripts/altfins_request.py /health --pretty
Workflow
- Set
ALTFINS_API_KEY and ALTFINS_BASE_URL.
- Set
ALTFINS_API_KEY_HEADER based on your account docs.
- Probe endpoints and map plan restrictions before production use.
References