Confirm a withdrawal offer

This endpoint can be used to confirm a withdrawal offer. The withdrawal will be executed after the confirmation. This means the withdrawal is not guaranteed after this step and you need to call the Search for crypto transfers endpoint or listen to notification events through webhooks to retrieve the final status.

SecuritybearerAuth
Request
path Parameters
withdrawal-id
required
string <uuid>

A unique identifier (UUID) assigned to a specific withdrawal transaction. This ID is provided when a withdrawal offer is created and is used to reference, track, and manage the withdrawal within the system.

header Parameters
bp-user-id
required
string <uuid>
Example: 12312312-2be6-4522-977e-ea4d92c45e86
Responses
200

Success Response

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Error

500

Internal Error

503

Service unavailable

patch/v1/crypto-transfers/withdrawals/{withdrawal-id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}