scope: all, system, or user.crypto_wallets:view.Authorization: ********************curl --location '/v1/admin/crypto/wallets?scope=' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"asset_code": "string",
"network_id": "string",
"address": "string",
"status": "string",
"balance": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"scope": "system",
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"
}
]
}