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
Version: 2.2

EVM Response codes

Moralis uses conventional HTTP response codes to indicate success or failure of an API request.

Status CodeMessageDescription
200OKEverything worked as expected.
201CreatedResource has been successfully created.
400Bad RequestBad request, often due to missing or malformed parameter(s).
401UnauthorizedMissing or invalid API key.
429Rate LimitedToo many requests. Consider upgrading your plan.
500Internal Server ErrorSomething went wrong on Moralis' end.