v32

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-076085232.1 KB
Portfolio

Add withdrawal address

Add an external withdrawal destination address. Only Privy-authenticated users can manage this list.

post/portfolio/withdrawal-addresses

Request body

addressstring required

External withdrawal destination address. The API validates and stores the checksummed address.

labelstring

Optional label for operators and clients.

Example request

{
  "address": "0x0F3262730c909408042F9Da345a916dc0e1F9787",
  "label": "treasury"
}

Response

Withdrawal address added