Skip to main content
GET
Get a conversion

Authorizations

Authorization
string
header
required

Your Jenzy API key: Authorization: Bearer jz_live_…

Path Parameters

id
string
required

The conversion id (UUID).

Response

The conversion.

id
string<uuid>
required
from_asset
string
required

An asset code as GET /v2/assets lists it — uppercase, never compound (KES, USDT; never USDT-TRON). Network and rail live on the payment object.

Minimum string length: 1
Example:

"KES"

to_asset
string
required

An asset code as GET /v2/assets lists it — uppercase, never compound (KES, USDT; never USDT-TRON). Network and rail live on the payment object.

Minimum string length: 1
Example:

"USDT"

from_amount
string
required

What you paid, in from_asset.

Example:

"1000.00"

to_amount
string
required

What you received (or will, on completed), in to_asset.

Example:

"7.68075"

rate
string
required

The quote’s rate, for display.

Example:

"130.19561892"

status
enum<string>
required

completed — your balances moved. failed — nothing moved; see failure. processing — accepted, outcome not yet known; rare and short-lived, poll GET /v2/conversions/{id} or wait for the webhook.

Available options:
processing,
completed,
failed
failure
object | null
required

Set only on failed.

created_at
string
required
Example:

"2026-09-09T10:00:10.000Z"