barriers Partner API
Brokerage as a Service: onboard your clients under KYC reliance and run a neobroker business on your own app, executed by PM MTF Ltd under its MiFID licence on the Kronos X MTF. The API is REST with JSON bodies, a bearer partner key and signed webhooks.
Sandbox (dev) base URL
https://dev.brokerage.perpetuals.com
Every route lives under /partner/v1/. Send your key as
Authorization: Bearer pbk_... (or X-Partner-Key). Success answers are
{code: 0, data}, errors {code, msg, error, data?}.
What the API covers
- Onboarding under reliance:
POST /partner/v1/clientswith the KYC blocks, the identity check record and your attestation; our screening and the MiFID appropriateness assessment stay with us. - Trading: barrier contracts by RFQ, perpetual and spot orders, staking swaps, balances, positions, ledger and statements per client.
- Money: deposit notices and withdrawal requests, confirmed by our finance desk, and the settlement view per currency.
- Webhooks: signed event deliveries (HMAC-SHA256) for onboarding, money and trading life-cycle events.