Skip to main content
GET
/
api
/
accounts
/
{id}
/
symbols
/
{symbol}
Symbol details
curl --request GET \
  --url https://api.easierprop.com/api/accounts/{id}/symbols/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "data": {}
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Path Parameters

id
string<uuid>
required

Account ID

symbol
string
required

Instrument name (e.g. EURUSD)

Response

200 - application/json

Symbol details

ok
boolean
Example:

true

data
object