Walletguide Docs
Get started

Overview

What you need before your first call to the Walletguide API, and which credential to pick for what you are building.

Two things stand between you and a first response: a credential, and a wallet id.

Pick a credential

A key is the shortest path and the right one for your own automation. OAuth is what you want when the person and the software are not the same party: they approve the scopes, they can revoke it, and the grant is theirs rather than a secret you hold.

Then a wallet

Almost every route is scoped to one wallet, and the id is a uuid rather than a name. An API key already belongs to a wallet, so the CLI and the MCP server work it out on their own. Otherwise ask:

curl -H "Authorization: Bearer $WALLETGUIDE_API_KEY" \
  https://api.walletguide.com/wallets

Then go

On this page