Creates or returns wallet for given externalId within company scope.
Безопасность
apiKeyAuth
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/user-wallets
- Productionhttps://b2b.lumowallet.io/user-wallets
- Staginghttps://b2b-staging.lumowallet.io/user-wallets
curl -i -X POST \
https://b2b-app.lumowallet.io/_mock/apis/user-wallets \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"externalId": "string"
}'User wallet created or returned
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" }