BlockaidScanTokensRequest

data class BlockaidScanTokensRequest(val chain: String, val tokens: List<String>, val metadata: BlockaidTokenMetadata? = null)

Request model for scanning tokens.

Parameters

chain

CAIP-2 format chain identifier (e.g., "eip155:1")

tokens

List of token addresses to scan

metadata

Optional metadata about the request context

Constructors

Link copied to clipboard
constructor(chain: String, tokens: List<String>, metadata: BlockaidTokenMetadata? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard