Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.83 KB

File metadata and controls

59 lines (41 loc) · 2.83 KB

ANCHORAGE

v3

Environment Variables

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

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string wallet wallet

Wallet Endpoint

wallet is the only supported name for this endpoint.

Input Params

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

Example

Request:

{
  "data": {
    "endpoint": "wallet",
    "vaultId": "22ds243sa24f652dsa3",
    "coin": "BTC",
    "chainId": "mainnet",
    "network": "bitcoin"
  }
}

MIT License