Circle init

post

Initialize the Circle USDC user self custody wallet. This starts a process that must be completed by the user.

Authorizations
Responses
200Success
application/json
post
POST /wallet/circle-init HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
  "user_token": {
    "user_token": "text",
    "encryption_key": "text"
  },
  "challenge_id": "text",
  "error": {
    "message": "text"
  }
}

Was this helpful?