Skip to main content
GET
/
v1
/
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"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Prices dictionary.

{key}
object