# Wallets

json

```json
{
  "id": "wlt_7TnQ...",
  "connection_id": "con_wallet_9KxP...",
  "user_id": "usr_01J2K...",
  "address": "0xUser5678EfGh11223344556677889900AaBbCcDd",
  "network": "polygon",
  "usdc_balance": 3820.50,
  "usdt_balance": 0.00,
  "first_seen_block": 49823100,
  "first_seen_at": "2023-06-15T08:30:00Z",
  "last_synced_at": "2024-12-01T09:00:00Z",
  "created_at": "2024-12-01T10:01:00Z"
}
```

| Field              | Type    | Description                                        |
| ------------------ | ------- | -------------------------------------------------- |
| `id`               | string  | Rupi-assigned wallet identifier.                   |
| `connection_id`    | string  | ID of the parent Rupi Connect connection.          |
| `user_id`          | string  | ID of the associated Rupi user.                    |
| `address`          | string  | Checksummed EVM wallet address.                    |
| `network`          | string  | Chain where this wallet was indexed.               |
| `usdc_balance`     | number  | Current USDC balance at last sync, in USD units.   |
| `usdt_balance`     | number  | Current USDT balance at last sync, in USD units.   |
| `first_seen_block` | integer | Earliest block in which this address appears.      |
| `first_seen_at`    | string  | ISO 8601 timestamp of earliest on-chain activity.  |
| `last_synced_at`   | string  | ISO 8601 timestamp of most recent blockchain sync. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rupi.global/core-documentation/images-and-media/wallets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
