List account limits and usage
Retrieves the effective limits and current usage for an account. Monetary values use USD cents, and count-based limits use whole-number counts. Transaction limits do not include window, currentAggregate, or usagePercent. Aggregate fields can also be omitted when a usage source is unavailable.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifier of the account.
"1000565227"
Query Parameters
Filter results by limit operation. The account activity or control to which the limit applies.
deposit, withdrawal, receive, send, send_count, address_linking, fiat_linking, deposit_return_count, balance_cap "send"
Filter results by asset type. When combined with operation, the asset type must be valid for that operation.
The asset class to which the limit applies.
fiat, crypto "crypto"
Filter results by rolling-window duration in ISO 8601 format. Transaction limits are excluded when this filter is present. The PT24H window is not supported with operation=fiat_linking or operation=deposit_return_count; these combinations return a 400 response. Use P30D for those operations.
Rolling-window duration in ISO 8601 format.
PT24H, P30D "PT24H"
Response
Successfully retrieved zero or more matching account limits.