Skip to main content
POST
get_wallet_stablecoin_compliance

Reading the result

The response example uses made-up values and shows selected fields. Fields vary by network and available data.
  • data.events lists issuer actions, newest first, with the network, transaction hash, and timestamp. amount is present when the action has an amount.
  • data.summary groups history by issuer. currently_blacklisted_on is inferred from the latest blacklist and unblacklist events found on each network.
  • Check queried_networks, unsupported_cells, and errors for coverage. The excerpt shows one network; the API wrapper searches the default supported networks. Use the blacklist-status tool for a specific issuer and network.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
wallet_address
string
required

Wallet address to analyze. Use the address format for the selected network.

Response

Stablecoin compliance history for an address: blacklist, unblacklist, and freeze events with timestamps. Detects the chain automatically across EVM chains, Tron, Solana, and Bitcoin. No network argument is needed. Fields vary by network and available data. Check for status: no_data, status: error, or an error field even when HTTP status is 200. See Errors & status.

Response fields depend on the network and available data. The example shows selected fields; see Reading the result for details.