Was this helpful?
Initialize the Circle USDC user self custody wallet. This starts a process that must be completed by the user.
/wallet/circle-init
curl -L \ --request POST \ --url 'https://api.bringyour.com/wallet/circle-init' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "user_token": { "user_token": "text", "encryption_key": "text" }, "challenge_id": "text", "error": { "message": "text" } }