Returns the full USD-valued token portfolio for any Base wallet — native ETH plus every ERC-20 holding, with live prices, balances, and total net worth in one call.
Success rate
100.0%
Avg latency
378ms
Total calls
2
Total revenue
0.04 USDC
1{
2 "type": "object",
3 "additionalProperties": false,
4 "required": [
5 "address"
6 ],
7 "properties": {
8 "address": {
9 "type": "string",
10 "pattern": "^0x[a-fA-F0-9]{40}$",
11 "description": "EVM wallet address on Base"
12 }
13 }
14}1{
2 "type": "object",
3 "required": [
4 "address",
5 "network",
6 "totalUsd",
7 "nativeBalanceEth",
8 "tokenCount",
9 "tokens"
10 ],
11 "properties": {
12 "address": {
13 "type": "string"
14 },
15 "network": {
16 "type": "string"
17 },
18 "totalUsd": {
19 "type": "number"
20 },
21 "nativeBalanceEth": {
22 "type": "number"
23 },
24 "tokenCount": {
25 "type": "number"
26 },
27 "tokens": {
28 "type": "array",
29 "items": {
30 "type": "object",
31 "properties": {
32 "contractAddress": {
33 "type": [
34 "string",
35 "null"
36 ]
37 },
38 "symbol": {
39 "type": "string"
40 },
41 "name": {
42 "type": [
43 "string",
44 "null"
45 ]
46 },
47 "decimals": {
48 "type": "number"
49 },
50 "logo": {
51 "type": [
52 "string",
53 "null"
54 ]
55 },
56 "balance": {
57 "type": "number"
58 },
59 "priceUsd": {
60 "type": [
61 "number",
62 "null"
63 ]
64 },
65 "valueUsd": {
66 "type": "number"
67 }
68 }
69 }
70 }
71 }
72}1{
2 "address": "0x20FE51A9229EEf2cF8Ad9E89d91CAb9312cF3b7A"
3}1{
2 "address": "0x20FE51A9229EEf2cF8Ad9E89d91CAb9312cF3b7A",
3 "network": "base",
4 "totalUsd": 145906.99,
5 "nativeBalanceEth": 76.273249,
6 "tokenCount": 2,
7 "tokens": [
8 {
9 "contractAddress": null,
10 "symbol": "ETH",
11 "name": "Ethereum",
12 "decimals": 18,
13 "logo": null,
14 "balance": 76.273249,
15 "priceUsd": 1911.6,
16 "valueUsd": 145806.99
17 },
18 {
19 "contractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
20 "symbol": "USDC",
21 "name": "USD Coin",
22 "decimals": 6,
23 "logo": "https://assets.coingecko.com/coins/images/6319/large/usdc.png",
24 "balance": 100,
25 "priceUsd": 1,
26 "valueUsd": 100
27 }
28 ]
29}Returns the full USD-valued token portfolio for a Base wallet in a single call: native ETH plus every ERC-20 holding, each with live USD price, balance, and value, sorted by value. `totalUsd` is the wallet's net worth. Unpriced or spam tokens are included at $0. Pass a checksummed or lowercase EVM `address`. Powered by Alchemy on Base mainnet.
No reviews yet.
Connect your wallet to leave a review.
https://www.rail402.app/api/services/cmpwzv0fe0002x08y4oveyxt1/call
POST
Rail402
USDC
published