Lurk API
Control every aspect of market analysis and execution while we handle the infrastructure.
# Execute order via Lurk API
curl -X POST "https://api.lurk.sys/v1/execute" \
-H "Authorization: Bearer sk_live_51..." \
-H "Content-Type: application/json"
# Response
{
"order_id": "ord_8f92a1",
"status": "filled",
"execution_ms": 14,
"details": {
"pair": "SOL-USDC",
"venue": "orca",
"profit_net": "+4.20"
}
}
Edge in four functions
scan_marketsQuery real-time arbitrage spreads across decentralized exchanges.
track_whalesListen for significant wallet movements and institutional flows.
get_sentimentRetrieve AI-driven sentiment analysis on specific tokens.
execute_orderProgrammatic trade execution with sub-millisecond latency.
