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

Set project settings

POSThttps://api.moralis-streams.com/settings

Set the settings for the current project based on the project api-key.

BODY PARAM
Request Bodyobjectrequired
Complete request body as JSON object. Paste your request body or modify the example below.
Responses
200Ok
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request POST \
--url 'https://api.moralis-streams.com/settings' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '
{
"region": "string",
"secretKey": "string"
}
'
Response Example
{
"region": "",
"secretKey": ""
}