PearPear

Returns a map of mid and mark prices

Returns a map of mid and mark prices. This API should only be used on page load, prices should be refreshed using the realtime API.

GET
/prices

Query Parameters

connector*string

Response Body

application/json

curl -X GET "https://example.com/prices?connector=string"
{  "mid": {    "property1": "string",    "property2": "string"  },  "mark": {    "property1": "string",    "property2": "string"  }}