curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/livebrokers \
--header 'Authorization: <api-key>'
List live brokers of the given table based on EV
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/livebrokers \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Table name (with or without type)
Was this page helpful?