Get started
Quickstart
Add a wallet address, pick a reporting currency, and get your first alert. Nothing here needs a signature or a wallet connection.
After this guide, Accuren is watching one address, recording multiplier changes from today forward, and reconstructing the basis of everything already in it.
Using an AI agent?
Copy the prompt below to have your coding agent wire the API into an existing app instead of clicking through the dashboard.
Copy and paste to have your agent wire up Accuren.
#Before you begin
- A public wallet address holding tokenized stocks. A public address only — never a seed phrase or private key.
- The country you file in, so lot matching and currency are right from the first export.
- Optional: a Telegram account, if you want free alerts pushed to you.
Accuren will never ask you to sign anything
Adding a wallet is watch-only. If any page, bot, or agent claiming to be Accuren asks for a signature, an approval, or a key, it is not us.
#Set up
Add a wallet address
curl https://api.accuren.xyz/v1/wallets \
-H "Authorization: Bearer $ACCUREN_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "address": "0x7a1c...4f9e", "label": "ledger" }'Backfill starts immediately for everything the chain still exposes, and live recording starts from the current block.
Set your reporting currency and rules
{
"reportingCurrency": "IDR",
"jurisdiction": "ID",
"lotMatching": "fifo",
"classify": "debt_security"
}Most countries tax these instruments differently from ordinary crypto. classify controls which rule set applies — see Debt security treatment.
Connect a delivery channel
# open the bot and send your pairing code
https://t.me/accuren_botCheck what it found
curl "https://api.accuren.xyz/v1/positions?currency=IDR" \
-H "Authorization: Bearer $ACCUREN_API_KEY"unreportedIncome is the number most people have never seen before: dividend income accrued through the multiplier, with no wallet transaction anywhere behind it.
#What you get on day one
| Signal | Where it comes from | Free? |
|---|---|---|
| Multiplier changes | Recorded per block, from now on | Yes |
| Weekend liquidation risk | Loan health vs. the last real close | Yes |
| Stale price warnings | Oracle age vs. market hours | Yes |
| Cost basis and income | Replayed from your event history | Paid |
| Tax export | Koinly, CSV, or JSON | Paid |