Checking Account Quota
This endpoint allows you to check your transaction quota usage.
REQUEST
Method: quota_usage
Parameters: None
Examples
We assume that the Gateway IP is 127.0.0.1 with WebSocket port 28333
RESPONSE
Result Fields
Result Field
Description
account_id
Client's account ID.
quota_filled
The number of transactions that have been sent from the above account during the last day (UTC time).
quota_limit
The daily limit of the number of transactions that can be sent from the account. For instance, the Professional plan has a limit of 1,500 transactions/day.
Example
Last updated