cURL
curl --request GET \ --url https://api.venlyfinance.com/api/v1/accounts/{accountId}/wallets \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "chain": "BASE", "address": "<string>", "status": "ACTIVE", "balances": [ { "token": "USDC", "balance": "<string>", "availableBalance": "<string>", "pendingBalance": "<string>" } ] } ], "pagination": { "pageNumber": 123, "pageSize": 123, "numberOfElements": 123, "numberOfPages": 123, "hasNextPage": true, "hasPreviousPage": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number (1-based indexing)
x >= 1
Number of items per page
BASE
ACTIVE
SUSPENDED
BLOCKED
List of wallets
Indicates whether the request was successful
Show child attributes
Pagination metadata