All public endpoints return JSON. No auth required (except review/complaint submission). Enterprise endpoints with SLA are available for media, institutions and regulators.
Search brokers by keyword. Returns top 20 matches.
curl https://fxcn.com/api/v1/search?q=ic-markets
Broker list. Params: ?limit=20&offset=0&color=green
curl 'https://fxcn.com/api/v1/brokers?limit=20&color=green'
Broker details: full score breakdown, licenses, recent reviews.
curl https://fxcn.com/api/v1/brokers/ic-markets
List of regulators.
Regulator details with all regulated brokers.
Published reviews for a broker.
Submit a review (auth + KYC required).
curl -X POST https://fxcn.com/api/v1/reviews \
-H "Content-Type: application/json" \
-d '{
"broker": "ic-markets",
"rating": 4.5,
"title": "Solid execution",
"content": "…",
"language": "en"
}'
File a complaint.
Industry news list.