POST
/
2022-06-09
/
wallets

Headers

X-API-KEY
string
required

API key required for authentication

x-idempotency-key
string

Unique key to prevent duplicate wallet creation

Body

application/json

EVM smart wallet creation input

type
enum<string>
required
Available options:
evm-smart-wallet
config
object
linkedUser
string

An optional parameter to link the wallet to a crossmint user in format 'prefix:value' (e.g. email:user@example.com)

Response

201 - application/json

Complete wallet configuration including type-specific settings

address
string
required

The onchain address of the wallet

config
object
required

EVM smart wallet type specific configuration settings

type
enum<string>
required

The type of wallet configuration

Available options:
evm-smart-wallet
createdAt
number

ISO timestamp of when the wallet was created

linkedUser
string

The user that is linked to this wallet in format <locatorType>:<value>