v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Orchestration Rules

List Orchestration Rules

List all orchestration rules, optionally filtering and paging the results.

By default, orchestration rules are returned in reverse chronological (descending) order by creation time. If no query parameters are supplied, the response will include up to the last 100 rules which were created.

The paginated results default to display up to 100 rules, unless otherwise specified with the limit parameter. The maximum limit value is 1000. Every paginated response contains a next_page_cursor field until the last page is reached.

Pass the next_page_cursor value into the page_cursor field of a new request to retrieve the next page of results.

Rules can be filtered by:

  • Profile ID (profile_id)
  • Status (status)
  • Source asset (source_asset)
  • Destination asset (destination_asset)
get/orchestration/rules

Query parameters

profile_idstring

Optional filter by profile ID

statusstring[]

Optional filter by statuses

  • ACTIVE: The rule is active, deposits matching the source_asset and source of this rule start a conversion and subsequent delivery of the destination_asset to the specified destination.
  • DELETED: The rule has been deleted, newly deposited source_assets to the source of this rule will not be converted. The deposited source_asset is still going to be credited to the Profile specified by profile_id.
  • PENDING: The rule creation is pending approval(s) before the rule becomes ACTIVE.
  • REJECTED: The rule creation has been rejected during the approval process.
source_assetstring

Optional filter by source asset

destination_assetstring

Optional filter by destination asset

idsstring[]

Optionally filter by the UUIDs of the orchestration rules. Limit 100.

limitinteger

Number of results to return. Defaults to 100 if no limit is provided. Maximum 1000.

order'DESC' | 'ASC'

Sort order for the results. Defaults to DESC by created_at time.

page_cursorstring

Optional Cursor for getting the next page of results.

Response

A successful response.

next_page_cursorstring