Positions

Get positions for an address

Returns all DV clusters where the address (or any additional address) appears as withdrawal_address or fee_recipient. Also checks Lido protocol_fee_splitters.

post/positions/{network}/{address}

Path parameters

networkstring required

Network name (mainnet, hoodi, etc.)

addressstring required

The address to look up positions for

Request body

additionalAddressesstring[]

Additional addresses to search (e.g. split addresses from getRelatedSplits, DeFi wrapper WA)

Response

Positions found

Changes