Deposit Data

Deposit Data related endpoints.

Retrieve partial deposit data for a validator

get
/deposit_data/{lockHash}/{pubkey}

This endpoint returns all partial deposit data grouped by amount for a specific validator

Path parameters
lockHashstringRequired

The cluster lock hash

pubkeystringRequired

The validator public key (distributed_public_key)

Responses
200

The deposit data

application/json
Responseany of
get
/deposit_data/{lockHash}/{pubkey}

Retrieve partial deposit data for a validator

get
/v1/deposit_data/{lockHash}/{pubkey}

This endpoint returns all partial deposit data grouped by amount for a specific validator

Path parameters
lockHashstringRequired

The cluster lock hash

pubkeystringRequired

The validator public key (distributed_public_key)

Responses
200

The deposit data

application/json
Responseany of
get
/v1/deposit_data/{lockHash}/{pubkey}

Push partial deposit data

post
/deposit_data/partial_deposits/{lockHash}/{share_index}

This endpoint saves partial deposit data signed by an operator

Path parameters
lockHashstringRequired

The lock hash of the cluster

share_indexnumberRequired

The share index (operator index + 1)

Body
Responses
post
/deposit_data/partial_deposits/{lockHash}/{share_index}

No content

Push partial deposit data

post
/v1/deposit_data/partial_deposits/{lockHash}/{share_index}

This endpoint saves partial deposit data signed by an operator

Path parameters
lockHashstringRequired

The lock hash of the cluster

share_indexnumberRequired

The share index (operator index + 1)

Body
Responses
post
/v1/deposit_data/partial_deposits/{lockHash}/{share_index}

No content

Last updated

Was this helpful?