Support

Get help with LagoTrade

LagoTrade

Developer

API documentation and developer resources

GVK

Ganta Venkata Kousik

Software Developer

venkatakousikcse01@gmail.com
+91 7337066524

API Keys

Manage your API access credentials

Production Key
Active
Created: April 15, 2023
Development Key
Inactive
Created: March 10, 2023

API Documentation

Access the LagoTrade API to build custom trading applications

Base URL
https://api.lagotrade.com/v1
GET
/market/prices

Get real-time prices for all available assets

Parameters:
  • symbols (optional): Comma-separated list of asset symbols
  • currency (optional): Base currency (default: USD)
POST
/trading/orders

Place a new trading order

Request Body:
{
  "symbol": "BTC",
  "side": "buy",
  "type": "market",
  "quantity": 0.1,
  "price": 65000,  // Required for limit orders
  "timeInForce": "GTC"  // Good Till Canceled
}

System Status

Current status of LagoTrade API and services

REST API
All endpoints operational
Operational
WebSocket API
Real-time data streams operational
Operational
Trading Engine
Experiencing higher than normal latency
Degraded
Authentication Services
All authentication services operational
Operational
Last updated: April 29, 2025 at 16:23:46