Activate Stellar Address
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
- Type: string
Unique operation identifier.
InitiatorID
- Type: string
Initiator identifier.
ChainName
- Type: string
CAIP19
- Type: string
Symbol
- Type: string
Required
TestNetwork
- Type: boolean
true or false
MasterKeyName
- Type: string
Required Funding account master key.
Source
- Type: string
Required Funding account name.
Destination
- Type: object
Required
Identifies an on-chain address in transaction intents and related APIs. Either set bothMasterKeyNameandAccountName(with optionalAddressIndexwhere the API allows it; index0is the main address when deriving), or setAddressto a literal address string. Setting only one ofMasterKeyNameorAccountNameis invalid. ForPOST /solana/accountInfo, when not sendingAddress,AddressIndexis required alongside master key and account.
Destination object
EVM
- Type: object
Optional EVM-specific parameters.
- Type: object
Bitcoin
- Type: object
Optional Bitcoin-specific parameters.
- Type: object
Substrate
- Type: object
Optional Substrate-specific parameters.
- Type: object
Solana
- Type: object
Optional Solana-specific parameters.
- Type: object
Canton
- Type: object
Optional Canton-specific parameters.
- Type: object
Stellar
- Type: object
Optional Stellar-specific parameters.
- Type: object
TVM
- Type: object
Optional TVM-specific parameters.
- Type: object
Response Codes
200
Operation started400
Invalid input, validation error, or malformed request500
Internal server error. May include anerrorCode(M-prefixed) anddatafrom the MPA error code system. Seecwpapi/errors.gofor codes.
Base URL
https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/start/activateStellarAddress
Example Request
curl --request POST \
--url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/operations/start/activateStellarAddress \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It!
to start a request and see the response here! Or choose an example:
Response Formats
- application/json
200400500