Skip to main content
POST
Create wallet address

Authorizations

Authorization
string
header
required

Secret key: Authorization: Bearer sk_test_... or sk_live_.... Business and live/test mode are inferred from the key.

Body

application/json
customer_id
string
required

Customer ObjectId

chain_type
enum<string>
required

Blockchain type

Available options:
evm

Response

Wallet address created

message
string
Example:

"Success"

data
object | null