Skip to main content

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

NameTypeDescriptionRequired
providerstringProvider account ID or SHAMWARI addressNo

Response

{
"numberOfSubscriptionServices": 42,
"errorCode": 0,
"errorDescription": ""
}

Example

curl "http://localhost:22024/nxt?requestType=getSubscriptionServicesCount"