Get Blacklist Address

get/api/stablecoin/v1/admin/blacklist/address

Retrieves a blacklisted addresses.

Query Parameters

  • addressstringRequired
    Blockchain address
    Example: 0xd0898d88e2c08b2a95e19441e412c0a708a8bd43
    Min length: >= 1 characters
  • assetIdstring<uuid>Required
    Asset identifier
    Example: 0438163a-d236-4865-978e-02ee7c2285b7
    Min length: >= 1 characters

200 Response

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
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
txHash string required
Transaction hash identifier
Min length: >= 1 characters
isBlacklisted boolean required
Flag indicating if transaction is blacklisted
createdAt string <date-time>required
Timestamp when record was created
updatedAt string <date-time>required
Timestamp when record was last updated
comment string required
Additional information about the blacklist entry
Min length: >= 1 characters
status string required
Current status of the transaction
Allowed values: initiated signed unconfirmed confirmed rejected failed

400 Response

500 Response