POST
/
v1
/
portfolios
/
{portfolio_id}
/
wallets
/
{wallet_id}
/
addresses
curl --request POST \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/wallets/{wallet_id}/addresses \
  --header 'Content-Type: application/json' \
  --data '{
  "network_id": "ethereum-mainnet"
}'
{
  "address": "<string>",
  "account_identifier": "<string>",
  "network": {
    "id": "<string>",
    "type": "<string>"
  }
}

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

Response

200 - application/json

A successful response.

The response is of type object.