Skip to main content
POST
Create Wallet Deposit Address

Path Parameters

portfolio_id
string
required

The ID of the portfolio that owns the wallet

wallet_id
string
required

The wallet ID for which to create the deposit address

Body

application/json
network_id
string
required

The network name and type

Example:

"ethereum-mainnet"

Response

200 - application/json

A successful response.

address
string

The address on the network

account_identifier
string

The account identifier (used on some chains to distinguish accounts using the same address)

network
object