Create Allocation

URL Expired

The URL for this request expired after 30 days.

Blockchain-specific options for transaction intents

At most one of EVM, Bitcoin, Substrate, Solana, Canton, Stellar, or TVM may be set; the server rejects multiple families in one request.

Parameters

ExecutorID object

Status Codes

Example Request

curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/start/createAllocation \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "DestinationType": "internal",\n  "DestinationAmounts": []\n}\n'

Response

application/json