Skip to main content
GET
/
api
/
accounts
/
{id}
/
symbols
List symbols
curl --request GET \
  --url https://api.easierprop.com/api/accounts/{id}/symbols \
  --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

Response

200 - application/json

Symbol list with specs

ok
boolean
Example:

true

data
object[]