Get sandbox Lightning execution profile
Read the platform-scoped Sandbox Lightning Network Execution Profile singleton. If the platform has not saved an explicit profile yet, BLIPS returns the default singleton values. This sandbox resource is a quote-input surface only and affects newly created quotes after corridor confirmation, does not return quote outputs, and does not expose Lightning node, channel, liquidity, payment-hash, or routing details. POST /quotes remains the sole outward quote truth source.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Headers
Optional platform scope selector for sandbox multitenant/internal compatibility. Basic-auth integration requests normally omit this header because platform context is derived from credentials. If supplied, it must be a UUIDv4 value.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Response
Current sandbox Lightning execution profile returned. When no explicit profile has been saved yet, this returns the platform-scoped default singleton values.
Platform-scoped sandbox execution-profile input used during quote creation after corridor confirmation.
Platform-scoped BTC/fiat spread input in basis points. Sender and receiver platform values are summed at quote time to derive the effective corridor spread.
0 <= x <= 10000Platform-scoped quote lock-duration input in seconds. Sender and receiver platform values are combined at quote time by taking the shorter duration.
30 <= x <= 3600