Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.23 KB

File metadata and controls

56 lines (37 loc) · 2.23 KB

MATRIXDOCK

2.0.0 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 Matrixdock string
API_SECRET An API secret for Matrixdock used to sign requests string
API_ENDPOINT An API endpoint for Matrixdock string https://mapi.matrixport.com

Data Provider Rate Limits

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

Input Parameters

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

Nav Endpoint

nav is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
symbol The symbol to query (e.g., XAUM) string

Example

Request:

{
  "data": {
    "endpoint": "nav",
    "symbol": "XAUM"
  }
}

MIT License