Skip to content

New Bitcoin address

POST
/v2/user/bitcoin/address

Create a new bitcoin address

Request Body

Body

object
format
string
Allowed values: p2wpkh p2tr
{
"format": "p2wpkh"
}

Responses

200

200

object
address
required
string
creation_ts
required
number
{
"address": "bc1pzdg8s93p0mc0l9j5zjcrwtygyvs89rejkyqu7x0uthy6vxf3qyhq90a4wl",
"creation_ts": 1675790700000
}

400

400