We refreshed our doc site!

Bookmarked links may have changed

Read release notes

createWallet

Circle Mint

Create a wallet

POSThttps://api.circle.com/v1/wallets

Creates an end user wallet.

Body parameters
idempotencyKey
uuid
Required

Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

description
string

A human-friendly, non-unique identifier for a wallet.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "walletId": "434000",
4    "entityId": "fc988ed5-c129-4f70-a064-e5beb7eb8e32",
5    "type": "end_user_wallet",
6    "description": "Treasury Wallet",
7    "balances": [
8      {
9        "amount": "3.14",
10        "currency": "USD"
11      }
12    ]
13  }
14}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.