Developer
API documentation and developer resources
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/v1GET
/market/pricesGet real-time prices for all available assets
Parameters:
symbols(optional): Comma-separated list of asset symbolscurrency(optional): Base currency (default: USD)
POST
/trading/ordersPlace 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