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.

OperationID

InitiatorID

ChainName

CAIP19

Asset

TestNetwork

Source

MasterKeyName

DestinationType

DestinationAmounts

DestinationAmounts
Destination
MasterKeyName
Amount

ADD object

ExecutorID

For POST /solana/accountInfo, when not sending Address, AddressIndex is required alongside master key and account.

ExecutorID object

EVM

Bitcoin

Substrate

Solana

Canton

Stellar

TVM

Responses


Shell Commands

CURL Command

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 '\
{\
  "DestinationType": "internal",\
  "DestinationAmounts": []\
}\

Try It!

Click Try It! to start a request and see the response here! Or choose an example:

Example Response