Create wallets
POST {{baseUrl}}/user/wallets
Generates a challenge for creating a new user-controlled wallet or batch of wallets, specifying blockchain and wallet name.
https://developers.circle.com/w3s/reference/createuserwallet
Request Body
{"blockchains"=>["ETH-GOERLI"], "metadata"=>[{"name"=>"My walletResponse", "refId"=>"wallet123"}], "idempotencyKey"=>"{{$guid}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string |
RESPONSES
status: Created
{"data":{"challengeId":"d9dec8d0-d8eb-53c1-9c07-6c4e4a341253"}}