Complete REST API reference for the VELTRIX AI trading ecosystem. Powered by Google Gemini AI and CoinGecko real-time data.
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | required | Full name |
| string | required | Email address | |
| password | string | required | Min 6 characters |
| password_confirmation | string | required | Must match password |
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | required | Email address | |
| password | string | required | Password |
| fcm_token | string | optional | Firebase push token |
| Parameter | Type | Required | Description |
|---|---|---|---|
| trading_type | string | required | spot, futures, or both |
| capital_amount | number | required | Capital in USD |
| risk_level | string | required | low, medium, or high |
| trading_style | string | required | scalper, swing, or investor |
| Parameter | Type | Required | Description |
|---|---|---|---|
| refresh_token | string | required | Refresh token from login |
| Param | Type | Description | |
|---|---|---|---|
| page | int | opt | Page number (default 1) |
| symbol | string | opt | Filter by coin symbol |
| signal_type | string | opt | LONG, SHORT, WAIT |
| Param | Type | Description | |
|---|---|---|---|
| symbol | string | req | e.g. BTCUSDT |
| Param | Type | Description | |
|---|---|---|---|
| message | string | req | User's message |
| session_id | string | opt | Session for multi-turn conversation context |
| Param | Type | Description | |
|---|---|---|---|
| symbol | string | req | e.g. BTCUSDT |
| Param | Type | Description | |
|---|---|---|---|
| symbol | string | req | e.g. BTCUSDT |
| quantity | number | req | Amount held |
| avg_buy_price | number | req | Average buy price USD |