You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/overview.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,7 @@ You can use the Profiles API for real-time personalization. Once you fetch a pro
23
23
- Fetch wallet profile properties including net worth and wallet labels
24
24
- Segment and target users based on location, device, and referrer
25
25
- Real-time activation API for personalized user experiences
26
-
27
-
> Available on [x402](https://formo.x402.paysponge.com) on [MPP](https://formo.mpp.paysponge.com).
26
+
- Also accessible by AI agents via [x402](https://www.x402.org/) (`formo.x402.paysponge.com`) and [MPP](https://mpp.dev/) (`formo.mpp.paysponge.com`) — pay per request, no API key required
Copy file name to clipboardExpand all lines: api/profiles/get.mdx
+93-10Lines changed: 93 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,110 @@ description: 'Retrieve a comprehensive wallet profile by address, including onch
4
4
openapi: 'GET /v0/profiles/{address}'
5
5
---
6
6
7
-
Retrieves wallet profile information for a given address. Returns comprehensive profile data including wallet properties, labels, tokens, and apps.
7
+
Retrieves wallet profile information for a given address. Returns comprehensive profile data including wallet properties, labels, tokens, and apps.
8
8
9
9
If you have Formo installed on your website and app, you will also get the user's web demographics (country, device, browser, operating system), lifecycle, volume, and revenue.
10
10
11
-
> Available on [x402](https://formo.x402.paysponge.com) on [MPP](https://formo.mpp.paysponge.com).
12
-
13
11
<Frame>
14
12
<imgsrc="/images/profile-api-diagram.png"alt="Profiles API architecture diagram showing user device, Profiles API, and Wallet Profiles interaction" />
15
13
</Frame>
16
14
17
15
## Authentication
18
16
19
-
This endpoint requires authentication using a **Workspace API Key** with `profiles:read` permission. Include the API key in your request headers:
17
+
<Tabs>
18
+
<Tabtitle="Workspace API Key">
19
+
This endpoint requires a **Workspace API Key** with `profiles:read` permission. Include the API key in your request headers:
20
20
21
-
```bash
22
-
Authorization: Bearer <your_workspace_api_key>
23
-
```
21
+
```bash
22
+
Authorization: Bearer <your_workspace_api_key>
23
+
```
24
24
25
-
<Note>
26
-
The API key needs to have the **read permission for profiles** in the API settings. You can configure this in your workspace API key settings.
Create a key with **profiles:read** scope in **Team Settings > API Keys**.
33
+
</Note>
34
+
</Tab>
35
+
<Tabtitle="x402">
36
+
AI agents can access this endpoint through the **x402 gateway** with no Formo API key required. The agent pays per request using the [x402 protocol](https://www.x402.org/).
0 commit comments