Documentation Index
Fetch the complete documentation index at: https://docs.fiet.finance/llms.txt
Use this file to discover all available pages before exploring further.
Authentication method
The Fiet Trading API uses HTTP Basic Authentication (MVP). Credentials are issued per organisation and environment. Include anAuthorization header on every request:
Authorization: Basic <base64(username:password)>
Environments
| Environment | Base URL |
|---|---|
| Production (example) | https://api.fiet.finance |
| Sandbox | Coming soon |
Example request
Error responses
Common responses you should handle:- 401 Unauthorized: missing or invalid credentials
- 403 Forbidden: credentials are valid, but access is not permitted
- 400 Bad Request: invalid parameters or request body (see
Problemschema)