Create wallet
POST /v2/wallet
POST
/v2/wallet
Creates a new wallet and returns the wallet details.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
custodian
required
The custodian type for the wallet.
string
fsco
name
required
A unique name for the wallet.
string
My Wallet
Responses
Section titled “ Responses ”The resource has been successfully created.
object
walletId
required
The unique wallet ID.
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
name
required
The unique name for the wallet.
string
My Wallet
custodian
required
The custodian type for the wallet.
string
fsco
address
The address of the wallet.
string
0x1234567890abcdef
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error