Skip to main content
GET
List account limits and usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required

Identifier of the account.

Example:

"1000565227"

Query Parameters

operation
enum<string>

Filter results by limit operation. The account activity or control to which the limit applies.

Available options:
deposit,
withdrawal,
receive,
send,
send_count,
address_linking,
fiat_linking,
deposit_return_count,
balance_cap
Example:

"send"

assetType
enum<string>

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.

Available options:
fiat,
crypto
Example:

"crypto"

window
enum<string>

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.

Available options:
PT24H,
P30D
Example:

"PT24H"

Response

Successfully retrieved zero or more matching account limits.

data
object
required