cURL
curl --request GET \ --url https://namada-indexer-01.originstake.com/api/v1/pos/unbond/{address} \ --header 'Key: <api-key>'
{ "200": { "results": [ {} ], "pagination": { "page": "<string>", "perPage": "<string>", "totalPages": "<string>", "totalItems": "<string>" } } }
Get all the unbonds for an address
Show Properties