API Endpoints

Apart from the dashboard, we provide API endpoints that let apps integrate notifications in their own custom business flows. For example, you can query and monitor the blockchain so that if any business logic condition is triggered, you can dispatch a unicast (ex: "You are about to be liquidated") or broadcast (ex: "A new NFT drop coming up").

API URL: https://api.aptcast.live

Currently, while in beta, there is a rate limit for broadcast and unicast calls.

Broadcast: 1 per min, 10 per hour, 20 per day.

Unicast: 1000 per min, 10000 per hour, 50000 per day.

API Key can be found inside the dashboard

Last updated