v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fetch Conversion

get/conversion/{conversion_id}

Path parameters

conversion_idstring required

Response

200

messagestring
{"stackTrail":"paths:/conversion/{conversion_id}:get:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "data": {
    "id": "0af8cdc5146611f0b8d20edcd86e5ab3",
    "source_account_id": "fb7a4d70e91511ed97c982e65b002663",
    "destination_account_id": "487234c1b08011ed97c982e65b002663",
    "source_type": "wallet_account",
    "destination_type": "wallet_account",
    "currency_source": "NGN",
    "currency_destination": "USD",
    "amount_source": 2000000,
    "amount_destination": 1295,
    "rate": 1544,
    "status": "successful",
    "created_at": "2025-04-08T10:41:35Z",
    "updated_at": "2025-04-08T10:41:35Z"
  },
  "message": "Conversion retrieved successfully",
  "status": "success"
}