Transfero

API Reference

Transfero OTC
Trading Desk System Guide

Setup & Authentication

All API requests (except health checks and login) require a Bearer token obtained by exchanging an API key. Include it in every request as Authorization: Bearer <token>.

Authenticated

Your session token from the trading desk is used for all "Try it" requests.

Base URL

Current:

Error Format (RFC 7807)

All errors return a standard Problem Details JSON object with a correlation traceId.


      

Error Codes

Code Status Description

Authentication

Trading

Requires Bearer JWT (client or admin role)

Health

No authentication required.

Transfero OTC API Reference -- Generated from source code