Retrieve Sub-account Limit
GET/sub-account/:handle/limit
Retrieves the limit of a specified sub-account. A value of -1 indicates that the sub-account inherits the parent account's limit, allowing the sub-account to utilize any remaining capacity within the parent account's allocation.
Request
Responses
- 200
- 404
- 500
Successfully retrieved the limit for the specified sub-account.
The specified sub-account does not exist.
An unexpected internal error occurred.