Conversions
Retrieve conversion
Retrieves a conversion by ID.
get/v1/conversions/{id}
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440006
Unique identifier of the conversion.
Response
The conversion resource
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440006",
"source_amount": "100.50",
"target_amount": "100.50",
"source_account_id": "550e8400-e29b-41d4-a716-44665544000b",
"target_account_id": "550e8400-e29b-41d4-a716-44665544000c",
"metadata": {
"invoice_id": "INV-2026-0042"
},
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:35:00Z",
"completed_at": "2026-01-15T10:36:00Z"
}