B
$0.01
per call · USD Coin on Base
Base Morpho Blue stablecoin yields
Endpoint
GET https://api.basefeed.io/v1/base/yields3
Calls / 30d
2
Unique payers / 30d
Aug 28
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://api.basefeed.io/v1/base/yields", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://api.basefeed.io/v1/base/yields" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"chain": "Base",
"count": 8,
"ok": true,
"pools": []
}Payment details
Pay to
0xefc3f6ba8a706af67162ebab84fc2d09fa73360eAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.