| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP |
Authorization: Bearer ********************curl --location '/v2.0/payment/account/getInternalTransfer?transferId=undefined&participantCode=undefined&clientReference=undefined'{
"code": 200,
"msg": "success",
"data": {
"amount": "1.000000",
"clientReference": "cw-tf-1784436421",
"createdAt": 1784436425000,
"currency": "USDT",
"fromParticipantCode": "B0100348",
"toParticipantCode": "A0104983",
"transferId": "TF2026071912470001"
}
}