I got the error "API KEY missing from x-api-key header"

I am trying to make a simple data science application in order to learn something.

my url is : https://deep-index.moralis.io/api/v2/nft/search?chain=eth&format=decimal&q=successful&filter=name&limit=3000

and I am adding api key at the end like “&X-API-Key=…” But still giving the same error. How can I add the api key properly?

you will find examples on this page when you try an api endpoint: https://admin.moralis.io/web3Api

1 Like

The api key can only be used through headers, it cannot be included in the request and also check what crypto kid posted