LucentLucent
LIVE·All Systems Operational
Download ReportLog In

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/transfer

Test transfer simulation with mock routes and costs

GET/v1/sandbox/liquidity/depth

Mock stablecoin supply data across chains

GET/v1/sandbox/sls/bridge/{bridge_name}

Mock SLS risk scores for any bridge

GET/v1/sandbox/peg/stability

Mock peg stability data

GET/v1/sandbox/costs/gas

Mock 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}'