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, grab one at docs.wield.xyz
ETH price data
The response is of type object.
object