Skip to main content
POST
/
wallet-infra
/
webhooks
/
alchemy
Alchemy ADDRESS_ACTIVITY webhook (inbound)
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: JSON.stringify({})
};

fetch('https://api.prudra.dev/wallet-infra/webhooks/alchemy', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "received": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

Acknowledged

received
boolean