Skip to main content
POST

Headers

X-API-Key
string
required

Your HashDit API key

Body

application/json

Address and token context for poisoning analysis

chainId
string
required

The network chain ID. See Supported Chains for a complete list of supported networks.

Example:

"56"

userAddress
string
required

User's own wallet address (hex format).

Example:

"0x938915fd4b7c188a211113ed655ae2218c334146"

address
string
required

Target address to be analyzed (hex format).

Example:

"0x938915fd4b7c188a21ad73ed655ae1f18c334146"

tokenAddress
string
required

Token contract address involved (hex format).

Example:

"0x55d39f326f99059ff775485246999027b3197956"

Response

Successful response

code
string

Response code. 0 indicates success.

Example:

"0"

status
string

Response status. ok indicates successful operation.

Example:

"ok"

pollAfter
object | null

Reserved for future use.

data
object
property
object | null

Reserved for future use.