Skip to main content
POST
Create wallet (external account)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

companyId
string<uuid>

Company ID

Body

application/json
accountId
string<uuid>
required

Account ID

network
string
required

Network

Pattern: ^[a-z0-9]{1,16}$
Examples:

"ethereum"

"bitcoin"

"tron"

"arbitrum"

Response

200 - application/json

OK

extAccount
object
required