ledger.v1
Count the accounts from a ledger
HEAD
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Name of the ledger.
Example:
"ledger001"
Query Parameters
Filter accounts by address pattern (regular expression placed between ^ and $).
Example:
"users:.+"
Filter accounts by metadata key value pairs. The filter can be used like this metadata[key]=value1&metadata[a.nested.key]=value2
Response
200
OK