Get all the unbonds for an an address

get/api/v1/pos/unbond/{address}

Path parameters

addressstring required

The delegator address

Query parameters

pageinteger

Pagination parameter

activeAtinteger

Get all unbonds that are active at this epoch( < )

Response

A list of unbonds.

Changes