cURL
curl --request POST \ --url https://v1.orchestrator.rhinestone.dev/withdrawals \ --header 'Content-Type: application/json' \ --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
Body
200
Successfully retrieved a compact signature
Show child attributes