USDT QR Code API Documentation

Display USDT QR codes in your terminal with our API

Terminal Usage

To display a QR code for a USDT address in your terminal, make a GET request to the following endpoint:

curl https://usdtqrtool.com/t/:address

Replace :address with the USDT address you want to generate a QR code for.

This will display the ASCII QR code in your terminal.

Example

curl https://usdtqrtool.com/t/0xdAC17F958D2ee523a2206206994597C13D831ec7
QR code generated using curl command

QR code generated for the specified USDT address using the API.

Response

The API will return a plain text ASCII QR code representation of the provided USDT address, which can be displayed directly in the terminal.

Error Handling

If an invalid address is provided or an error occurs, the API will return a JSON object with an error message and an error code.

{
  "error": "Invalid USDT address. Please check the address and try again. Ensure it's a valid address for ERC-20, TRC-20, BEP-20, BEP-2, Omni, or SOL networks.",
  "code": 42202
}

Features

  • Privacy-focused: No data collection or storage
  • High-performance: Fast and lightweight API for CLI use
  • Versatile: Supports both GET and POST requests