Skip to main content

/keys/🔑//unbond-period

Parameters

  • key REQUIRED : (string) - the public key

Returns

  • remainingUnbondPeriod : (number)

Example

Request

curl -X 'GET' \

'https://api.elrond.com/keys/45e7131ba37e05c5de3f8862b4d8294812f004a5b660abb793e89b65816dbff2b02f54c25f139359c9c98be0fa657d0bf1ae4115dcf6fdbf5f3a470f1d251f769610b48fe34eeab59e82ac1cc0336d1d9109a14b768b97ccb4db4c2431629688/unbond-period' \
-H 'accept: application/json'

Result

{
"remainingUnBondPeriod": 10
}