| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/payment/crypto/getWalletAddress?participantCode=undefined&label=undefined'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100348",
"blockchain": "ETH",
"description": null,
"label": "usdt-out",
"platformName": null,
"platformUserId": null,
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7",
"walletType": 1,
"isOwner": true,
"ownerInfo": null
}
}