For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quicknode Add-on Docs

JSON RPC example for quicknode add-on

Add-on page: Address Risk Scores

Address Label RPC

Request Example

{"jsonrpc": "2.0", "id": 1, "method": "mt_addressLabel", "params": ["ETH","0xd551234ae421e3bcba99a0da6d736074f22192ff"]}
Parameter
Type
Description

blockchain

string

All optional values: ETH TRON BNB IoTeX Polygon AVAX ARBITRUM BTC Optimism Base zkSync Merlin Toncoin Solana LTC DOGE BCH HSK Sui

address

string

The address to check for address labels

Response Example

{
    "jsonrpc": "2.0",
    "result": {
        "label_list": [
            "Binance",
            "hot"
        ],
        "label_type": "exchange"
    },
    "id": 1
}

Address Risk Score RPC

Request Example

Parameter
Type
Description

blockchain

string

All optional values: ETH TRON BNB IoTeX Polygon AVAX ARBITRUM BTC Optimism Base zkSync Merlin Toncoin Solana LTC DOGE BCH HSK Sui

address

string

The address to check for address labels

Response Example

Risk Descriptions For detail_list

Click here

Risk Level Guide

Click here

Last updated