For Buyers
Developer API for Buyers
If you regularly buy in bulk or want to integrate accfarm into your own store or bot, our Developer API lets you do it programmatically instead of clicking through the website.
What you can do with the API
- Browse the live product catalog and check real-time stock.
- Place orders automatically, including bulk quantities.
- Check your wallet balance before purchasing.
- Look up an order using your own external reference ID for easy reconciliation.
- Get real-time webhook notifications when an order is delivered or a product's stock changes.
Is it safe?
Every purchase made via the API goes through the exact same balance and stock checks as a normal website order - there is no separate, less protected way to buy. Requests are authenticated with HMAC-SHA256 signing, so only you (holding your own secret key) can place orders on your account.
Getting started
Generate a key from API Keys, then follow the full API Documentation for request examples and endpoint details.