Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | {COIN}_API_KEY | An API key for Anchorage | string | ||
✅ | API_ENDPOINT | An API endpoint for Anchorage | string | ||
API_LIMIT | The maximum number of results to request from the API | number | 50 |
||
BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | 10000 |
There are no rate limits for this adapter.
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 |
---|---|---|---|---|---|---|---|---|
✅ | vaultId | vaultID |
Id of the vault | string | ||||
✅ | coin | Asset ticker name. Used to select ${coin}_API_KEY in environment variables | string | |||||
chainId | The ID of the chain to return | string | mainnet , testnet |
mainnet |
||||
network | The network to return | string | bitcoin |
Request:
{
"data": {
"endpoint": "wallet",
"vaultId": "22ds243sa24f652dsa3",
"coin": "BTC",
"chainId": "mainnet",
"network": "bitcoin"
}
}
MIT License