This document was generated automatically. Please see README Generator for more info.
| Required? | Name | Description | Type | Options | Default |
|---|---|---|---|---|---|
| ✅ | API_KEY | An API key for Securitize NAV | string | ||
| API_ENDPOINT | The API endpoint for Securitize NAV | string | https://partners-api.securitize.io/asset-metrics/api/v1/nav |
| Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
|---|---|---|---|---|
| default | 30 | 500/minute but setting reasonable limits |
| 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 |
|---|---|---|---|---|---|---|---|---|
| ✅ | assetId | The assetId of the fund | string | |||||
| ✅ | envVarPrefix | Maps the assetId to the {envVarPrefix.toUpperCase()}_PUBKEYS env var | string |
Request:
{
"data": {
"endpoint": "nav",
"assetId": "c52c3d79-8317-4692-86f8-4e0dfd508672",
"envVarPrefix": "testAsset"
}
}MIT License