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, grab one at docs.wield.xyz

Response

200 - application/json

ETH price data

The response is of type object.