Developers

API keys, webhooks and MCP for your integrations

Dashboard

Loading developer overview…

Quick start

Three steps to pull live wallet data into your app or AI workflow.

1

Create an API key

Generate a scoped secret below. It only accesses your account — never another user's data.

2

Call the REST API

Send Authorization: Bearer transo_live_… to list transactions, stats, and devices.

View endpoints
3

Connect MCP or webhooks

Use Transo tools in Cursor, or receive signed HTTPS events when payments sync.

Set up MCP

API keys

Long-lived secrets for server-side integrations. Revoke anytime.

Loading keys…

REST API reference

Production base URL: https://transo.cloud

Authenticate every request with Authorization: Bearer transo_live_…. Your key is scoped to your wallet data only.

Webhooks

Signed HTTPS POSTs for transaction.synced, device.paired, and device.revoked.

Loading webhooks…

MCP integration

Use Transo tools inside Cursor or Claude Desktop. Run npm run mcp from the server folder.

list_transactions get_stats list_devices
Pick a key below, or create one — the full secret is filled in right after creation.
mcp.json

                

Paste into Cursor → Settings → MCP, or your Claude Desktop config. Update the cwd path if your server folder is elsewhere.