GuidesAPI ReferenceChangelog
API Reference

List Auto-Conversion Orders

Retrieve the execution history (orders) for a specific Auto-Conversion Rule.

Response Structure

Each order includes:

  • Order metadata (ID, status, timestamps)
  • Source and destination asset info
  • Fee receipt breakdown
  • Sub-transactions array (ordered: deposit → conversion → withdrawal)

Sub-Transaction Types

  • DEPOSIT: Initial fiat/crypto deposit
  • CONVERSION: RFQ conversion (if applicable)
  • WITHDRAWAL: Final fiat/crypto withdrawal (if applicable)

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)

string
required

Auto-Conversion Rule ID (UUID format)

Query Params
string

Filter by order status. Valid values: "INIT", "DEPOSIT_COMPLETED", "CONVERSION_COMPLETED", "COMPLETED", "DEPOSIT_FAILED", "CONVERSION_FAILED", "WITHDRAWAL_FAILED"

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