Architect the
Future.
Programmable financial primitives deployed on the Soroban network. High-fidelity WASM execution with sub-second finality.
Network StatusSOROBAN-MAIN-1
Active Smart Contracts
WASM-7x2...4f
LUMEO_VAULT_v2
Synced
Balance42,081.00 XLM
Executions (24h)1,204 calls
WASM-9a4...1e
AMM_CORE_ROUTER
Synced
Liquidity1.2M USDC
Gas Limit850,000 units
add
Initialize New ModuleAPI Explorer
Endpoints
POST /v1/payments
{
"amount": 1000,
"currency": "INR",
"recipient": "merchant_42",
"reference": "order_8821"
}Response
Click "Run" to execute the request.
Quick Start
curl -X POST https://api.lumeo.com/v1/payments \
-H "Authorization: Bearer API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 1000,
"currency": "INR",
"recipient": "merchant_42",
"reference": "order_8821"
}'