This document was generated automatically. Please see README Generator for more info.
- The
clientIdinput param maps to an env varPASSWORD_{clientId}used for auth
| Required? | Name | Description | Type | Options | Default |
|---|---|---|---|---|---|
| API_ENDPOINT | An API endpoint for Data Provider | string | https://clients.solactive.com/api/rest/v1/indices |
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
|---|---|---|---|---|
| default | 12 | Conservative rate limit as key is shared |
| Required? | Name | Description | Type | Options | Default |
|---|---|---|---|---|---|
| endpoint | The endpoint to use | string | nav | nav |
nav is the only supported name for this endpoint.
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
|---|---|---|---|---|---|---|---|---|
| ✅ | clientId | The client ID associated with the fund | string | |||||
| ✅ | isin | The ISIN identifying the fund | string |
Request:
{
"data": {
"endpoint": "nav",
"clientId": "abc123",
"isin": "A0B1C2D3"
}
}MIT License