Get Blacklist Address

get/api/stablecoin/v1/issuer/blacklist/addresses

Retrieves blacklisted addresses filtered by address, baseAsset and chain.

Query Parameters

  • addressstring
    Filter by blockchain address
    Example: 0xd0898d88e2c08b2a95e19441e412c0a708a8bd43
    Min length: >= 1 characters
  • baseAssetstring
    Filter by asset's base asset
    Example: gousd
    Enum: gousd usd1 sofid cusd fyusd goqxmp
  • chainstring or array
    Filter by asset's chain(s)
    Example: hteth
  • statusstring
    Filter by request status: 'pending' (has an active request) or 'confirmed' (has no active request). An active request is a request that is waiting for approval or approved by Trust admin / has not been executed on chain yet.
    Example: pending
    Enum: pending confirmed

200 Response

addresses array[object] required
List of blacklisted addresses
id string <uuid>required
Unique identifier for the blacklist entry
Min length: >= 1 characters
Example: 177dc9ed-64a7-4f68-9ba5-8d5b55fe5878
address string required
Blockchain address that is blacklisted
Min length: >= 1 characters
Example: 0xd0898d88e2c08b2a95e19441e412c0a708a8bd43
addressLabel string required
Label for the blacklisted address
Min length: >= 1 characters
Example: Hot Wallet A
assetId string required
ID of the asset this blacklist entry applies to
Min length: >= 1 characters
Example: 0438163a-d236-4865-978e-02ee7c2285b7
baseAsset string required
Base asset for the token
Allowed values: gousd usd1 sofid cusd fyusd goqxmp
Example: usd1
chain string required
Blockchain network identifier for the token
Min length: >= 1 characters
Example: eth
isBlacklisted boolean required
Flag indicating if address is currently blacklisted
Example: true
comment string required
Additional information about the blacklist entry
Min length: >= 1 characters
Example: comment
createdBy string required
User who created the blacklist entry
Min length: >= 1 characters
Example: 6437d9f07d6a87000613e6c06e4218d3
updatedBy string required
User who last updated the blacklist entry
Min length: >= 1 characters
Example: 6437d9f07d6a87000613e6c06e4218d3
updatedAt string <date-time>required
Timestamp of the most recent state transition in the request lifecycle
Example: 2025-06-23T07:28:17.042Z
txHash string
Transaction hash associated with the blacklist entry (absent for in-flight requests not yet confirmed)
Min length: >= 1 characters
Example: 54db949e15d93b47e3e3a7bd2524e628
transactions array[object]
List of transactions associated with this blacklist entry
activeRequest object
Active pending or approved modification request

400 Response

401 Response

403 Response

404 Response

500 Response