curl --location 'https://sandbox-api.transfi.com/v3/orders/BT-2603021752094805963' \
--header 'mid: SAH1N3_NA_NA' \
--header 'Authorization: Basic =='
{
"status": "success",
"data": {
"0": {
"id": "BT-2603021752094805963",
"status": "completed",
"orderType": "inbound",
"source": {},
"destination": {
"currency": "POL",
"amount": "18148.820327"
},
"senderName": "sumanth",
"partnerId": "BT-2603021752094805963",
"fees": {
"markupFee": 0,
"totalFee": 0
},
"conversionRate": 0.1102,
"createdAt": "2026-03-02T17:52:10.191Z",
"updatedAt": "2026-03-02T17:52:10.191Z"
},
"1": {
"id": "BT-2603021752094805963",
"status": "completed",
"orderType": "outbound",
"source": {
"currency": "USDC",
"amount": "2000"
},
"destination": {},
"senderName": "sumanth",
"fees": {
"markupFee": 0,
"totalFee": 0
},
"conversionRate": 0.1102,
"createdAt": "2026-03-02T17:52:10.191Z",
"updatedAt": "2026-03-02T17:52:10.191Z"
}
}
}