API Reference
Complete API reference for the Arjia platform.
Overview
The Arjia API provides programmatic access to manage liquidity positions, view portfolio data, and access market information.
Authentication
All API endpoints require a Bearer token in the Authorization header:
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.arjia.city/positionsBase URL
| Environment | URL |
|---|---|
| Production | https://api.arjia.city |
| Development | http://localhost:3000 |
Endpoints
Browse the API reference pages below for detailed documentation on each endpoint, including request/response schemas and code examples.