cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/v1/deposit-wallets \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "address": "<string>", "chain": "ETHEREUM", "label": "<string>", "isDefault": true, "isActive": true, "version": 123 } ] }
Retrieves deposit wallets for specific chains where you should send 1 USDC from your company wallet to verify ownership.
OAuth2 authentication via Venly Identity Platform
Filter by blockchain network
ETHEREUM
POLYGON
BASE
ARBITRUM
SUI
Successfully retrieved deposit wallets
Show child attributes