cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/company-wallets/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "<string>", "address": "<string>", "chain": "ETHEREUM", "verificationStatus": "PENDING", "verifiedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "version": 123 } }
Retrieves detailed information about a specific company wallet
OAuth2 authentication via Venly Identity Platform
Unique identifier of the company wallet
Company wallet successfully retrieved
Company cryptocurrency wallet details
Show child attributes