Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.33 KB

File metadata and controls

74 lines (47 loc) · 2.33 KB

WBTC

2.1.7 v3

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

Environment Variables

Required? Name Description Type Options Default
MEMBERS_ENDPOINT wBTC endpoint of members (and their addresses). Required for members endpoint string
ADDRESSES_ENDPOINT wBTC endpoint of addresses. Required for addresses endpoint string

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 6 Considered unlimited tier, but setting reasonable limits

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string addresses, members addresses

Addresses Endpoint

addresses is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "addresses"
  }
}

Members Endpoint

members is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "members"
  }
}

MIT License