Skip to main content
GET
/
utils
/
eth-price
Get current Ethereum price
curl --request GET \
  --url https://api.livesuite.app/utils/eth-price \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "ethPrice": 123,
    "timestamp": "2023-11-07T05:31:56Z"
  }
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Response

Current Ethereum price

success
boolean
data
object