Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.68 KB

File metadata and controls

55 lines (36 loc) · 2.68 KB

ALONGSIDE

1.3.22 v3

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

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT The HTTP URL to retrieve data from string https://api.prime.coinbase.com/v1
ACCESS_KEY An API key for alongside string
PASSPHRASE An passphrase for alongside string
PORTFOLIO_ID The portfolio id for alongside string
SIGNING_KEY The signing Key string
RPC_URL The RPC URL to connect to the EVM chain the contract is deployed to string
BACKGROUND_EXECUTE_MS The amount of time the background execute should sleep before performing the next request number 10000

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

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

Collateral Endpoint

collateral is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "collateral"
  }
}

MIT License