This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | An API endpoint for gramchain | string | https://api-prod.gramchain.net/api/public |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
default | 5 | Considered unlimited tier, but setting reasonable limits |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | getgrambalances | getgrambalances |
getgrambalances
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
custodianID | The identifier of the custodian | string | Cache |
|||||
metalCode | The symbol of the metal | string | AU |
|||||
utilizationLockCode | The status of the utilization | string | Locked |
Request:
{
"data": {
"endpoint": "getgrambalances",
"custodianID": "Cache",
"metalCode": "AU",
"utilizationLockCode": "Locked"
}
}
MIT License