Returns the prices.
cURL
curl --request GET \ --url https://api.sandbox.forte.cc/v1/prices \ --header 'Authorization: Bearer <token>'
{ "EUR/USDC": { "bid": "1.1234", "ask": "1.1236" }, "EUR/USDT": { "bid": "1.1235", "ask": "1.1237" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Prices dictionary.
Show child attributes