Skip to main content
Version: 2.0

Get weights of endpoints

GEThttps://deep-index.moralis.io/api/v2/info/endpointWeights

Get the cost and rate limit for each API endpoint.

Responses
API KEY
import Moralis from 'moralis';

try {
await Moralis.start({
apiKey: "YOUR_API_KEY"
});

const response = await Moralis.EvmApi.utils.endpointWeights({});

console.log(response.raw);
} catch (e) {
console.error(e);
}
Response Example
Empty