Add Wallets

To generate accurate reports, ACCOBAT must ingest your complete transaction history.

Supported Wallets and Chains

  • Ethereum and all EVM-compatible chains (Polygon, BSC, Avalanche, Arbitrum, Optimism)

  • Bitcoin

  • Solana

  • Other chains via CSV import

Adding a Wallet via API

curl -X POST /v1/wallets   -H "Authorization: Bearer $KEY"   -d '{"chain":"ethereum","address":"0xabc123..."}'

Only public addresses are required. ACCOBAT never requests private keys.

CSV Import

If direct integration is unavailable, use CSV imports. Required fields include:

  • timestamp, asset, quantity, type, price, fees

Optional fields:

  • counter_asset, tx_hash, notes