PearPear

Retrieve a lite list of instruments

Returns instruments trimmed to the fields the account syncer needs

GET
/instruments/lite

Query Parameters

connector*string
scope?string
Default"all"

Response Body

application/json

curl -X GET "https://example.com/instruments/lite?connector=string"
{  "instruments": [    {      "id": "BTC",      "base": "string",      "marginMode": "isolated",      "precision": {        "quantity": {          "contractSize": 0        }      }    }  ]}