Get Wallet
Get wallet details by ID.
GET
/v1/wallets/{wallet_id}Overview
Retrieve wallet information by wallet ID.
Authentication
Required: No
Payment: No
Public endpoint - no authentication needed.
Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
wallet_id | string (UUID) | Yes | Wallet ID |
Response
Status: 200 OK
{
"id": "string",
"wallet_address": "string",
"wallet_address_network": "base" | "base-sepolia",
"username": "string | null",
"picture_url": "string | null",
"created_at": number,
"updated_at": number
}Note: For wallet statistics (total feeds, entries, revenue), use the Wallet Stats endpoint.
Code Examples
cURL
curl https://api.grapevine.fyi/v1/wallets/{wallet_id}External Playground
Try this endpoint interactively in Swagger UI:
https://api.grapevine.fyi/v1/docs