GET
/
api
/
v1
/
subaccount
/
nonce
/
{subAccountId}
curl --request GET \
  --url https://mainnetapiserver.logx.network/api/v1/subaccount/nonce/{subAccountId} \
  --header 'Broker-Id: <broker-id>'
{
  "body": {
    "nonce": "26"
  },
  "message": "",
  "status": 200
}

Headers

Broker-Id
string
required

Unique identifier for the broker.

Path Parameters

subAccountId
string
required

The subaccount ID for which the nonce is to be retrieved.

Response

200 - application/json
The nonce was retrieved successfully.
body
object
message
string

Status message of the nonce retrieval operation.

status
integer

HTTP status code of the response.