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.
curl -X GET "https://example.com/prices?connector=string"{ "mid": { "property1": "string", "property2": "string" }, "mark": { "property1": "string", "property2": "string" }}