Skip to main content
POST
Create an external address

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Body

application/json
address
string
required

The blockchain address to monitor. Must be a valid address for the selected namespace.

namespace
enum<string>
required

The blockchain namespace of the address.

  • eip155 for EVM-compatible addresses
  • solana for Solana addresses
Available options:
eip155,
solana

Response

External address created successfully

data
object