Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.19 KB

File metadata and controls

55 lines (36 loc) · 2.19 KB

HARRIS-AND-TROTTER

1.0.6 v3

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

Environment Variables

Required? Name Description Type Options Default
API_KEY An API key for Data Provider string
API_ENDPOINT An API endpoint for Data Provider string https://api.harrisandtrotter.co.uk/api

Data Provider Rate Limits

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

Input Parameters

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

Balance Endpoint

balance is the only supported name for this endpoint.

Input Params

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

Example

Request:

{
  "data": {
    "endpoint": "balance",
    "clientName": "TUSD"
  }
}

MIT License