Set the nonce lock expire time

post/api/v2/{coin}/admin/address/{address}/setNonceLockExpireTime

Set the nonce lock expire time for an address

Path Parameters

  • coinstringRequired
    A cryptocurrency symbol or token ticker symbol
    Example: btc
  • addressstringRequired
    The address

Request Body

expireTime number required
The new expire time

200 Response

oldNonceLockExpireTime number
The old nonce expire time
newNonceLockExpireTime number
The new nonce expire time

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id