GuidesAPI ReferenceChangelog
API Reference

List Auto-Conversion Rules

Retrieve all Auto-Conversion Rules for a customer with pagination support.

Note: List response does not include source_deposit_info. Use the retrieve endpoint to get full details including deposit info.

Sub-accounts
Set include_subaccounts=true on the main account to list Auto-Conversion Rules across the main account and all sub-accounts under the same enterprise. Sub-account requests are always scoped to that sub-account. Each item carries its owning customer_id and account_id. Defaults to false (current customer only).

Pagination
Two query parameter formats are supported:

  • Flat format (recommended): ?page=1&size=10
  • Nested format: ?pagination=page=1&size=10
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Customer ID (UUID format)

Query Params
boolean

For main accounts, include rules from the main account and all sub-accounts (default: false).
Sub-accounts are always scoped to themselves.

pagination
object
required

Pagination query parameters.

Two query parameter formats are supported:

  • Flat format (recommended): ?page=1&size=10
  • Nested format: ?pagination=page=1&size=10

Both formats are functionally equivalent. We recommend using the flat format.

Responses

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json