curl --request GET \ --url https://mainnetapiserver.logx.network/api/v1/subaccount/nonce/{subAccountId} \ --header 'Broker-Id: <broker-id>'
{ "body": { "nonce": "26" }, "message": "", "status": 200 }
Unique identifier for the broker.
The subaccount ID for which the nonce is to be retrieved.
The nonce was retrieved successfully.
The response is of type object.
object