Skip to content

Interface: StandaloneStandaloneCryptoAnalysisRequest

Describes the structure of the request for the SumsubClient.standaloneStandaloneCryptoAnalysis method

Handle applicant actions

address

address: string

Target address hash.

See

Standalone crypto analysis API Reference

Defined in

src/client.ts:1695


currency

currency: string

BTC, ETH, BCH, LTC, USDT, ERC-20, BSV, XLM, ...

See

Standalone crypto analysis API Reference

Defined in

src/client.ts:1701


direction

direction: string

An operation type. Can be withdrawal or deposit.

See

Standalone crypto analysis API Reference

Defined in

src/client.ts:1707


tokenId

Optional tokenId: string

Check the Get available tokens method to get the full list of available currencies and token IDs.

See

Standalone crypto analysis API Reference

Defined in

src/client.ts:1713


txn

Optional txn: string

Transaction hash. For withdrawals, txn should not be set at all or set to null.

See

Standalone crypto analysis API Reference

Defined in

src/client.ts:1719