Skip to main content
POST
Create a wallet

Authorizations

x-api-key
string
header
required

Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.

Body

application/json
externalUserId
string
required

Your unique identifier for this user. Used to link the wallet back to your system.

Example:

"user_abc123"

chain
enum<string>
default:base

Primary chain for the wallet. The same wallet address is deterministically available on all supported chains.

Available options:
base,
bsc
metadata
object

Arbitrary key-value pairs to store with the wallet.

Example:

Response

Wallet created successfully.

success
boolean
Example:

true

data
object