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
201 Created400 The request was invalid, included validation errors, or cannot be served.401 Authentication is required and has failed or has not been provided.403 The server understood the request but refuses to authorize it.500 The server has encountered a situation it doesn't know how to handle.
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"