V

Velvetdao · Wallet 402

by Velvetdao

POSTBase

$0.01

per call · USD Coin on Base

AI wallet portfolio analysis: token balances, PnL, risk metrics.

Endpoint

POST https://vu.velvetdao.xyz/api/v1/wallet_402

8

Calls / 30d

4

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://vu.velvetdao.xyz/api/v1/wallet_402", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "wallet": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://vu.velvetdao.xyz/api/v1/wallet_402" \
  -H "Content-Type: application/json" \
  -d '{"wallet":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "answer": "Portfolio value $12,500. Top holdings: ETH 60%, USDC 20%..."
}

Payment details

Pay to0xd8ca10c55296bd8ca1dd409ea2f0fa72fb0c643f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Velvetdao & similar services