FXCN
⌘ API for business Sign in Sign up
FXCN
Global FX Broker Transparency & Rating
Developer docs

fxcn API v1 — developer reference

All public endpoints return JSON. No auth required (except review/complaint submission). Enterprise endpoints with SLA are available for media, institutions and regulators.

https://fxcn.com/api/v1 Content-Type: application/json Rate limit 60 req/min

Base URL

BASEhttps://fxcn.com/api/v1

Search

GET/search?q={keyword}

Search brokers by keyword. Returns top 20 matches.

curl https://fxcn.com/api/v1/search?q=ic-markets

Brokers

GET/brokers

Broker list. Params: ?limit=20&offset=0&color=green

curl 'https://fxcn.com/api/v1/brokers?limit=20&color=green'
GET/brokers/{slug}

Broker details: full score breakdown, licenses, recent reviews.

curl https://fxcn.com/api/v1/brokers/ic-markets

Regulators

GET/regulators

List of regulators.

GET/regulators/{code}

Regulator details with all regulated brokers.

Reviews & complaints

GET/reviews?broker={slug}

Published reviews for a broker.

POST/reviews

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"
  }'
POST/complaints

File a complaint.

News

GET/news

Industry news list.

For enterprise APIs, institutional SLA and media/regulator subscriptions, contact [email protected]