> ## Documentation Index
> Fetch the complete documentation index at: https://docs.range.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Tokens

> Token coverage for risk assessment and blacklist monitoring across the Risk API.

Risk API provides token-level intelligence through two capabilities: **Token Risk Assessment** for evaluating individual token safety, and **Blacklist Monitoring** for tracking stablecoin issuer blacklist events.

***

## Token Risk Assessment

The [Token Risk Assessment](/risk-api/risk/get-token-risk-assessment) endpoint accepts **any Solana SPL token** by mint address. It evaluates up to 17 independent risk factors across authority controls, market structure, trading patterns, platform signals, and temporal indicators.

There is no fixed list of supported tokens, any valid Solana mint address can be assessed. Data availability varies by token, and the API adjusts scoring based on how many factors can be evaluated.

### Test Tokens

Use these well-known tokens to test integration and understand response patterns:

| Token        | Symbol | Mint Address                                   |
| ------------ | ------ | ---------------------------------------------- |
| USD Coin     | USDC   | `EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v` |
| Tether USD   | USDT   | `Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB` |
| Wrapped SOL  | wSOL   | `So11111111111111111111111111111111111111112`  |
| Jupiter      | JUP    | `JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN`  |
| Pyth Network | PYTH   | `HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3` |
| Bonk         | BONK   | `DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263` |
| dogwifhat    | WIF    | `EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm` |
| Popcat       | POPCAT | `7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr` |

***

## Blacklist Monitoring

The [Sanctions & Blacklist Check](/risk-api/risk/get-sanctions-blacklist-check) endpoint monitors onchain blacklist events from stablecoin issuers in real-time. When an issuer blacklists an address, it is blocked from transferring their tokens.

### Coverage Matrix

| Network      | USDT (Tether) | USDC (Circle) | CBBTC (Coinbase) | USDP (Paxos) |
| ------------ | :-----------: | :-----------: | :--------------: | :----------: |
| **Ethereum** |       ✅       |       ✅       |         ✅        |       ✅      |
| **Tron**     |       ✅       |       ✅       |         —        |       —      |
| **Solana**   |       ✅       |       ✅       |         —        |       —      |

### What's Monitored

* **Blacklist events**: When an issuer adds an address to their blacklist
* **Unblacklist events**: When an issuer removes an address from their blacklist
* **Current status**: The `is_token_blacklisted` field reflects the most recent event, so an address that was blacklisted and later unblacklisted shows `false`
* **Full history**: The `blacklist_event_history` array provides the complete chronological record

### How It Works

Range monitors the onchain smart contracts of each stablecoin issuer for blacklist and unblacklist events. Events are indexed in real-time, providing up-to-date status for any queried address. See [Risk Data Sources](/risk-api/product-info/risk-data-sources) for more on our data pipeline.

***

## Expanding Coverage

Token Risk Assessment currently supports Solana. Blacklist monitoring covers the tokens and networks listed above. Both are continuously expanding.

[Contact us](https://www.range.org/get-in-touch) if you need coverage for additional tokens or networks.
