get https://deep-index.moralis.io/api/v2/web3/version
Get the current version of the Moralis Web3 API.
Log in to see full request history
Response
Get the current version of the Moralis Web3 API.
xxxxxxxxxx
14import Moralis from 'moralis';
​
try {
await Moralis.start({
apiKey: 'YOUR_API_KEY',
// ...and any other configuration
});
​
const response = await Moralis.EvmApi.utils.web3ApiVersion();
console.log(response?.result);
} catch (e) {
console.error(e);
}
Try It!
to start a request and see the response here! Or choose an example: