Accounts
Register a server-managed account
Register a server-owned smart account. Provide a salt for deterministic addressing and a target chain/token.
post/register-managed
Headers
x-api-keystring required
API key for authentication
Example:your-api-key
API key for authentication
x-api-versionstring
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Example:2026-04.amazon
API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.
Request body
Example request
{
"account": {
"salt": "0x1234abcd",
"target": {
"chain": "eip155:8453",
"outputTokenRules": [
{
"match": {
"symbol": "USDC"
},
"outputToken": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
]
}
}
}Response
Managed account registered successfully