Skip to main content

Get a risk assessment using BitRank

POST 

/kyt/bitrankAnalysis

Get a risk assessment for a given wallet address using BitRank. Requires the BitRank provider.

Request

Body

required
    crypto stringnullable

    Possible values: [btc, eth, ltc, bch, xrp, xlm, sys, xdc, doge, dash, zec, trx, etc, bsc]

    Default value: eth

    address stringnullable

    String value that identifies the address of a specific user. Normally tied to an EOA that includes the Smart Wallet.

    properties object[]nullable

    Optional query parameter to specify properties to include in the response.

  • Array [
  • property stringrequired

    Possible values: [score, entities, flags, currency, new_address, flags_with_category, cluster, first_seen_receiving, first_seen_sending, last_seen_receiving, last_seen_sending, received_amount, sent_amount, number_of_transactions, received_transactions, sent_transactions, balance, balance_fiat, bitrank_counterparty_exposure, entity_counterparty_exposure, flag_counterparty_exposure]

  • ]
  • label stringnullable

    Possible values: <= 255 characters

    Optional string of up to 255 characters for labeling the search.

    transactionsPerPage numbernullable

    Optional parameter to specify the number of transactions per page in the response.

    customerId stringrequired

Responses

Successful response

Schema
    anyOf
    error object required
    anyOf
    statusCode numberrequired

    Possible values: [400]

    errorCode stringrequired

    Possible values: [INVALID_ADDRESS]

    message stringrequired

    Possible values: [The address provided isn't a valid address.]

Loading...