List fee plans

Returns a list of all fee plans (matching the given query parameters) associated with this client.

This endpoint is rate limited to 50 QPS.

Scopes: FEE_PLANS_READ

Headers

AcceptstringRequired
X-RegionstringRequired
X-SignaturestringRequired
User-AgentstringRequired

Query parameters

cursorstringOptional>=1 character
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limitintegerOptional>=1<=100Defaults to 50
Maximum number of fee plans to return.
currencyenumOptional
Filters results to only include fee plans that matches the the given currency.
Allowed values:
statusenumOptionalDefaults to ACTIVE
Filters results to only include fee plans that matches the the given status.
Allowed values:
reference_idstringOptional>=1 character<=1024 characters
Filters results to only include the fee plans that match the given reference ID.

Response

OK
fee_planslist of objects or null
List of fee plans matching the given query parameters.
cursorstring or null
The pagination cursor to be used in a subsequent request. If empty, this is the final response.

Errors