Sandbox Environment
Test the Lucent API with mock data — no API key required
All sandbox endpoints return realistic mock data. No rate limits. No API key needed. Perfect for integration testing.
POST
/v1/sandbox/simulate/transferTest transfer simulation with mock routes and costs
GET
/v1/sandbox/liquidity/depthMock stablecoin supply data across chains
GET
/v1/sandbox/sls/bridge/{bridge_name}Mock SLS risk scores for any bridge
GET
/v1/sandbox/peg/stabilityMock peg stability data
GET
/v1/sandbox/costs/gasMock gas costs by chain
Quick Test
curl -X POST https://api.lucentfi.xyz/v1/sandbox/simulate/transfer \
-H "Content-Type: application/json" \
-d '{"from_chain":"ethereum","to_chain":"solana","stablecoin":"USDC","amount":8000000}'