Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 3.29 KB

File metadata and controls

63 lines (44 loc) · 3.29 KB

BITGO

1.0.12 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

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

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 30 Docs: 360 requests per minute per auth

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
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

Example

Request:

{
  "data": {
    "endpoint": "wallet",
    "coin": "btc",
    "chainId": "mainnet",
    "network": "bitcoin",
    "enterpriseId": "4322ssfsar4ss"
  }
}

MIT License