/
Replace user wallet
Blocks old wallet and creates a new one for the same external user.
Безопасность
apiKeyAuth
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/user-wallets/{walletId}/replace
- Productionhttps://b2b.lumowallet.io/user-wallets/{walletId}/replace
- Staginghttps://b2b-staging.lumowallet.io/user-wallets/{walletId}/replace
curl -i -X POST \
'https://b2b-app.lumowallet.io/_mock/apis/user-wallets/{walletId}/replace' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"reason": "string"
}'New wallet created
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "companyId": "8bb73d03-06b4-47c7-80c7-59301f770eda", "externalId": "string", "address": "string", "isBlocked": true, "blockReason": "string", "lastUsdtBalance": 0, "lastTrxBalance": 0, "createdAt": "2019-08-24T14:15:22Z" }