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
Accept
X-Region
X-Signature
User-Agent
Query parameters
cursor
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.
limit
Maximum number of fee plans to return.
currency
Filters results to only include fee plans that matches the the given currency.
Allowed values:
status
Filters results to only include fee plans that matches the the given status.
Allowed values:
reference_id
Filters results to only include the fee plans that match the given reference ID.
Response
OK
fee_plans
List of fee plans matching the given query parameters.
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.