This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | API_KEY | API key for Bitgo | string | ||
✅ | API_ENDPOINT | API endpoint for Bitgo | string | ||
API_LIMIT | The default maximum number of results to request from the API | number | 100 |
||
BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | 10000 |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
default | 30 | Docs: 360 requests per minute per auth |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | wallet | wallet |
wallet
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | coin | A cryptocurrency symbol or token ticker symbol | string | |||||
✅ | enterpriseId | Enterprise ID | string | |||||
chainId | The ID of the chain to return | string | mainnet , testnet |
mainnet |
||||
network | The network to return | string | bitcoin |
Request:
{
"data": {
"endpoint": "wallet",
"coin": "btc",
"chainId": "mainnet",
"network": "bitcoin",
"enterpriseId": "4322ssfsar4ss"
}
}
MIT License