Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Authorization: Bearer <access_token>
curl https://api.ivory.finance/v1/user/me \
-H "Authorization: Bearer $IVORY_JWT"
{
"id": 142,
"email": "analyst@hedgefund.com",
"name": "Jane Analyst",
"tier": "pro",
"email_verified": true,
"created_at": "2026-01-10T08:00:00Z",
"limits": {
"req_per_min": 60,
"req_per_day": 10000,
"api_keys": 5,
"history_retention_years": 5,
"filings_per_query": 100
},
"current_usage": {
"today": 284,
"this_month": 5821
}
}
Tier limits
| Feature | Free | Pro | Enterprise |
|---|
| Requests / min | 5 | 60 | 500 |
| Requests / day | 1,000 | 10,000 | 100,000 |
| API keys | 1 | 5 | 50 |
| History retention | 2 years | 5 years | 10 years |
| Filings per query | 10 | 100 | 1,000 |