sell_crypto
Place a cryptocurrency sell order on Coinbase. Use confirm=false for a preview, or confirm=true to execute the trade.
Instructions
Place a sell order for cryptocurrency on Coinbase. Set confirm to false (default) for a preview, or true to execute. Requires COINBASE_EMAIL and COINBASE_PASSWORD environment variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Cryptocurrency symbol to sell (e.g., "BTC", "ETH") | |
| confirm | No | If false, returns preview only. If true, executes the order. | |
| amount_crypto | Yes | Amount of cryptocurrency to sell (in crypto units) |