Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get API version

GEThttps://deep-index.moralis.io/api/v2.2/web3/version

Get the current version of the Moralis Web3 API.

Responses
200Get the current version of the Moralis Web3 API.
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/web3/version' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"version": "1.0.0"
}