cli

module
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2026 License: MIT

README

True Markets CLI

Trade crypto from your terminal. Designed for human and agent traders.

  • Trade top tokens on Solana and Base
  • No gas or bridge fees
  • No seed phrases to remember. Log in with email, trade with an API key. Private keys secured by Turnkey

Install

Homebrew (macOS / Linux)
brew install true-markets/tap/tm
Shell script
curl -sSfL https://raw.githubusercontent.com/true-markets/cli/main/install.sh | sh
Go install

Requires Go 1.25+.

go install github.com/true-markets/cli/cmd/tm@latest
Manual

Download the binary for your platform from Releases, extract, and place tm in your $PATH.

Build from source
git clone https://github.com/true-markets/cli.git
cd cli && make install

Confirm it's installed:

tm --version

Setup

Create an account. Replace <your-email> with your email address. A verification code will be sent to it:

tm signup <your-email>

Verify your email and wallet addresses:

tm whoami

Returning users can log in with tm login.

Fund your account

To start trading, send funds to the wallet address shown by tm whoami:

  • Solana: Send USDC on Solana to your Solana wallet address
  • Base: Send USDC on Base to your Base wallet address

Check your balances:

tm balances

Use with AI agents

Requires Node.js 18+.

Install skills so your agent knows how to use the CLI. Uses Vercel's skills tool.

npx skills add true-markets/cli/skills/truemarkets
npx skills add true-markets/cli/skills/limit-order

Works with Claude Code, Codex, Cursor, OpenCode, and other agents that support skills. Once installed, ask your agent to check your balances, buy tokens, place limit orders, or transfer funds.

Support

Email us at support@truemarkets.co

License

MIT

Directories

Path Synopsis
cmd
tm command
Package main provides the entry point for the True Markets CLI.
Package main provides the entry point for the True Markets CLI.
truemarkets command
Package main provides the entry point for the True Markets CLI (long-form binary name).
Package main provides the entry point for the True Markets CLI (long-form binary name).
internal
cli
Package cli implements the command-line interface for the True Markets CLI.
Package cli implements the command-line interface for the True Markets CLI.
cli/output
Package output provides utilities for formatting CLI output.
Package output provides utilities for formatting CLI output.
pkg
client
Package client provides primitives to interact with the openapi HTTP API.
Package client provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL