Skip to content

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

ParameterTypeRequiredDescription
wallet_idstring (UUID)YesWallet 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