Loading market data layer
Developers
UTXO Suite API playground.
Non-custodialWallet-signedRoute clarity
A browser-local sandbox for exploring UTXO Suite request shapes. Designed for integration planning and schema review — not live wallet execution. Production access requires a wallet-bound license or API key issued through Vestige Index.
Request builder
Compose and inspect UTXO Suite API payloads without a live key.
OpenAPI spec
View the full schema for Guard, SafeSign, Permissions and route analysis endpoints.
Postman collection
Import the collection directly into Postman for team-based integration testing.
Sandbox
Try UTXO Suite request shapes.
This playground is a browser-local sandbox for integration planning. It does not execute live wallet actions, does not request private keys and does not send user secrets.
POST /v1/analyze-route
Route analysis
Response preview
{
"endpoint": "POST /v1/analyze-route",
"mode": "local sandbox",
"score": 86,
"decision": "review",
"summary": "Route looks executable. Review slippage and final wallet prompt before signing.",
"keyRisks": [
"Slippage tolerance above normal retail default",
"External provider quote should be refreshed before execution"
]
}