Overview
Protocol state and the collateral set your users can borrow against, read live from the sandbox.
Protocol status
Reading from the sandbox.
Collateral assets
Interest is 0%. The estimated borrow cost is the upside given up when a written call finishes in the money, annualised from historical cycles. It is an estimate, not a charge.
API keys
One key pair per environment. Test keys can never touch live state, which is what makes it safe to leave a sandbox integration running.
Sandbox secret key
sk_test_••••••••••••••••
Live secret key
Issued when the API goes live and you have signed the partner terms.
Request log
Every request this dashboard has made in the current browser session, with the request id you would quote to support.
Nothing has gone over the wire yet
The log fills as this dashboard calls the sandbox. Send one from the Sandbox screen and it will appear here with its request id.
Select a row to see the headers sent and the body returned. That pair is what support will ask for.
Webhooks
Where we send events, which events you receive, and how to verify they came from us.
Endpoint
Events
Delivery timeline
Empty because nothing delivers yet. It is here now because it is the first thing a partner asks for after their handler misses an event, and designing it late means designing it under pressure.
id, and verify the Spout-Signature header before you trust the body. Your
endpoint does not carry a Spout bearer token, so the signature is the authentication.
Sandbox
Send a request without leaving the page. Useful for checking a response shape before you write the code that parses it.