GetSubscriptionServicesCount
Returns the count of subscription services, optionally scoped to a specific provider.
Request
GET /nxt?requestType=getSubscriptionServicesCount
All endpoints use port 22024 by default.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
provider | string | Provider account ID or SHAMWARI address | No |
Response
{
"numberOfSubscriptionServices": 42,
"errorCode": 0,
"errorDescription": ""
}
Example
curl "http://localhost:22024/nxt?requestType=getSubscriptionServicesCount"