Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.09 KB

File metadata and controls

54 lines (35 loc) · 2.09 KB

FIREBLOCKS

1.0.3 v3

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

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT An API endpoint for Data Provider string https://serenitybank.io/stablecoin/

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 6 Reasonable limits

Input Parameters

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

Reserve Endpoint

reserve is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
accountName The name of the account to retrieve balances for string

Example

Request:

{
  "data": {
    "endpoint": "reserve",
    "accountName": "USDFB"
  }
}

MIT License