Confirm Digital Asset Transfer
Admin Access RequiredUse this API to confirm and execute an outgoing Digital Asset Transfer intent that was created with the POST endpoint. The intent must be confirmed before it expires.
Availability: This API is currently available in sandbox and is targeted for production on 10 August 2026. Reach out to us to have it enabled for your account.
Example PUT to confirm a Digital Asset Transfer intent
Confirming triggers execution (approval → risk assessment → on-chain transfer). You must confirm before the intent's intent_valid_until timestamp; if the intent has expired, the confirmation is rejected and you must create a new intent.
Use a fresh Idempotency-Key for the confirm step — it uses a separate keyspace from the create step.
This API will respond with a transaction_id. Use this transaction_id to track the transfer via the GET Transaction API.
Example response from GET Transaction API
This is an example of an executed Digital Asset Transfer. If you query the transfer immediately after invoking the PUT API, you may receive a response reflecting an intermediate state (e.g., approved or in_progress) before it reaches its final status. On-chain settlement fields such as tx_hash and network_fee are populated as the transfer is broadcast and confirmed.
Authorization
AuthorizationRequiredBearer <token>Enter your token in the format: Bearer {token}
In: header
Request Body
application/jsonOptionaltransaction_idRequiredstringThe transaction_id returned by the Create Digital Asset Transfer endpoint.
Header Parameters
Idempotency-KeyRequiredstringResponse Body
Success response
transaction_idRequiredstring