GuidesAPI ReferenceChangelog
API Reference

Get Auto-Conversion Rule by Idempotency Key

Look up an Auto-Conversion Rule using the idempotency key provided during creation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use Case: Verify if an Auto-Conversion Rule was successfully created when network issues or timeouts occurred during the create request.

Status & Deposit Info:

  • Rule status and deposit_info_status describe different things: the rule's lifecycle and the current availability of its deposit instructions.
  • For a PENDING rule, deposit_info_status is PENDING and source_deposit_info is omitted.
  • An ACTIVE rule normally returns deposit_info_status=ACTIVE with source_deposit_info. If deposit information is temporarily unavailable, the rule can remain ACTIVE while deposit_info_status=INACTIVE and source_deposit_info is omitted.
  • INACTIVE or FAILED rules return deposit_info_status=INACTIVE without source_deposit_info.

Funding: Only use the returned bank deposit details or crypto wallet address when deposit_info_status=ACTIVE and source_deposit_info is present. Omitted deposit information is not a null value or a funding instruction; retrieve the rule again when it becomes available.

Path Params
string
required

Customer ID (UUID format)

Query Params
string
required

The idempotency key used during resource creation.
Used to safely retrieve or check the status of a resource after creation,
especially useful for handling network failures or timeout scenarios.

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