Arjia

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/positions

Base URL

EnvironmentURL
Productionhttps://api.arjia.city
Developmenthttp://localhost:3000

Endpoints

Browse the API reference pages below for detailed documentation on each endpoint, including request/response schemas and code examples.

On this page