Developer.

API keys for the /v1 surface. A key authenticates your app; it never authorizes moving anyone’s funds on its own.

Your keys

Loading…

Create a key

Sandbox by default, the same shape as a paper mandate: the safe mode is what you get by not deciding. A live key still cannot move anyone’s funds on its own — it authenticates your app, and the end user’s signature authorizes the trade.
execute lets your app start an execution. It still cannot move a user’s funds without their signature.

What a key can and cannot do

A key authenticates your application. It does not authorize moving anyone’s funds — every execution needs the end user’s signature, and a sandbox key structurally cannot reach an executor at all. Copy trading, treasury plans and strategy subscriptions are refused over /v1 by name, because each of those is an authorization over somebody’s own money.

Read the full surface at /docs.