Skip to main content
GET
/
eth-price
Get ETH price
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"
}

Headers

API-KEY
string
default:DEMO_REPLACE_WITH_FREE_API_KEY
required

Free API key needed to authorize requests. Get one at: https://docs.wield.xyz/api-reference/vibemarket-intro

Response

200 - application/json

ETH price data

success
boolean
price
number

ETH price in USD

priceFormatted
string

Formatted price string (e.g., "$3,245.67")

lastUpdated
string<date-time>

When the price was last updated