cURL
curl --request GET \ --url https://api-fundflow.venly.io/v1/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
Documentation IndexFetch the complete documentation index at: https://docs.venlyfinance.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 authentication via Venly Identity Platform
Unique identifier of the company wallet
Company wallet successfully retrieved
Company cryptocurrency wallet details
Show child attributes
Was this page helpful?