# Execute a transfer Endpoint: POST /v1/defi/core/transfer/execute Version: v2026_01_14 Security: bearerAuth ## Request fields (application/json): - `transfer_id` (string, required) - `signatures` (array, required) - `auth_type` (string, required) The authentication type used for signing Enum: "web_authn", "api_key" ## Response 200 fields (application/json): - `tx_hash` (string) - `chain` (string) - `asset` (string) - `from` (string) - `to` (string) - `sent` (string) - `fee` (string) - `received` (string) ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 404 fields (application/json): - `message` (string) ## Response 422 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string)