URnetwork
Copyright 2024 BringYour, Inc.
Set up a transfer from the Circle USDC user self custody wallet to an address. This starts a process that must be completed by the user.
user consent to accept terms of transfer
const response = await fetch('https://api.bringyour.com/wallet/circle-transfer-out', { method: 'POST', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "user_token": { "user_token": "text", "encryption_key": "text" }, "challenge_id": "text", "error": { "message": "text" } }