v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBAuto-Conversion Rules
Get Auto-Conversion Rule
Retrieve detailed Auto-Conversion Rule information.
Status & Deposit Info:
- PENDING: Deposit info is being prepared. source_deposit_info will be null.
- ACTIVE: Deposit info is ready. source_deposit_info contains bank Wire/SWIFT details for fiat source, or wallet address for crypto source.
Deposit Info: Use the source_deposit_info to fund the Auto-Conversion Rule once the status is ACTIVE.
get/v1/customers/{customer_id}/auto-conversion-rules/{auto_conversion_rule_id}
Path parameters
customer_idstring required
Customer ID (UUID format)
auto_conversion_rule_idstring required
Auto-Conversion Rule ID (UUID format)
Response
Successfully retrieved Auto-Conversion Rule details
Example response
{
"customer_id": "14f20ebd-893b-11f0-b308-2eaa4f6974f2",
"account_id": "BZ-A2C4-9XPN",
"auto_conversion_rule_id": "e9ece207-8fd6-400e-872b-409701e57b74",
"nickname": "My USD to USDC Rule",
"source": {
"asset": "USDC",
"network": "ETHEREUM"
},
"destination": {
"asset": "USDC",
"network": "ETHEREUM",
"wallet_address": "0x71a6c6be0be5f28ef4ea7541749d90d9c66fec7d",
"external_account_id": "381b013e-8893-11f0-b308-2eaa4f6974f2"
},
"deposit_info_status": "ACTIVE",
"source_deposit_info": {
"network": "wire",
"reference_code": "25BO475M7V",
"recipient_name": "1Money Company, LLC",
"bank_name": "Sample Bank Name",
"routing_number": "121140399",
"account_holder_name": "Atomic Brokerage LLC",
"account_number": "123-456789-0",
"country_code": "USA",
"street": "1234 5th Avenue, New York, NY 10011",
"city": "New York",
"region": "NY",
"postal_code": "10011",
"bic_code": "ABCDEF00",
"minimum_deposit_amount": "1"
},
"created_at": "2025-01-12T10:00:00Z",
"modified_at": "2025-01-12T14:30:00Z"
}