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
    Min length: >= 1 characters
  • chainstring
    Filter by asset's chain
    Example: hteth
    Min length: >= 1 characters

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
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 usd
Example: usd1
chain string required
Blockchain network identifier for the token
Min length: >= 1 characters
Example: eth
txHash string required
Transaction hash associated with the blacklist entry
Min length: >= 1 characters
Example: 54db949e15d93b47e3e3a7bd2524e628
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
transactions array[object]
List of transactions associated with this blacklist entry

400 Response

404 Response

500 Response