cURL
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" } }
Retrieve the current ETH price in USD from Zora service
API key for API authentication
Current Ethereum price
Show child attributes
Was this page helpful?