Create a new transfer

URL Expired

The URL for this request expired after 30 days.

Request Structure

Field Type Requirements Allowed Values
type string required Defaults to transfer
transfer, contract
caip19 string required
toAddressAmountArray array of objects required ADD object
fromAddressAmountArray array of objects required ADD object
feePriority string enum Defaults to Medium
Custom, High, Low, Medium
blockchainSpec object Blockchain-specific transaction specification
riskAssessment string
proof string reference

HTTP Status Codes

Example Request

curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/v2/transfers \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{\n  "type": "transfer",\n  "feePriority": "Medium"\n}'

Response Structure

Successful Transfer Response

"201 - Transfer response"

Error Responses

"400"
"401"
"403"
"500"