cURL
curl --request POST \ --url https://v1.orchestrator.rhinestone.dev/withdrawals \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "account": "<string>", "chainId": 123, "tokenAddress": "<string>", "amount": 123, "recipient": "<string>" } '
{ "allocatorData": "<string>", "transferDetails": { "id": 123, "nonce": 123, "expires": 123, "recipients": [ { "claimant": 123, "amount": 123 } ] } }
Gets the orchestrator signature to perform a withdrawal from The Compact
Rhinestone API key
API version (YYYY-MM.name). Will become required in a future release.
^\d{4}-\d{2}\.[a-z0-9]+$
"2026-01.alps"
Body
200
Successfully retrieved a compact signature
^0x[a-fA-F0-9]*$
Show child attributes
Was this page helpful?