cURL
curl --request GET \ --url https://build.wield.xyz/vibe/boosterbox/eth-price \ --header 'API-KEY: <api-key>'
{ "success": true, "price": 123, "priceFormatted": "<string>", "lastUpdated": "2023-11-07T05:31:56Z" }
Returns current ETH price in USD with 1-minute caching
Free API key needed to authorize requests. Get one at: https://docs.wield.xyz/api-reference/vibemarket-intro
ETH price data
ETH price in USD
Formatted price string (e.g., "$3,245.67")
When the price was last updated