v1

latestOpenAPI 3.1.02026-07-26460218.4 KB

Get Conversion By ID

Retrieves a single auto-convert conversion by its ID.

get/conversions/{id}

Path parameters

idstring required

Auto-convert conversion identifier

Response

idstring
partnerIdstring
partnerNamestring
sourceCurrencystring
destinationCurrencystring
sourceAmountinteger
destinationAmountnumber
effectiveRateinteger
usdValuenumber
tierstring
transferIdstring
transferTypestring
idempotencyKeystring
countryCodestring
statusstring
{"stackTrail":"paths:/conversions/{id}:get:responses:200:content:application/json:schema:properties:failureReason","oasType":"schema","type":"unknown"}
sourceWalletIdstring
destinationWalletIdstring
createdAtstring
createdBystring

Example response

{
  "id": "conv-1",
  "partnerId": "9b821520-52d4-4e91-990c-b2f5452cbc2d",
  "partnerName": "New Test Partner",
  "sourceCurrency": "NGN",
  "destinationCurrency": "USDT",
  "sourceAmount": 100000,
  "destinationAmount": 62.5,
  "effectiveRate": 1600,
  "usdValue": 62.5,
  "tier": "default",
  "transferId": "transfer_123",
  "transferType": "fiat-crypto",
  "idempotencyKey": "uuid-for-transaction",
  "countryCode": "NG",
  "status": "COMPLETED",
  "sourceWalletId": "wallet_ngn_01",
  "destinationWalletId": "wallet_usdt_01",
  "createdAt": "2026-07-21T12:00:00.000Z",
  "createdBy": "api-key:xxxx"
}