List Compliance Requests (Issuer)
Returns a paginated list of compliance requests for the authenticated issuer's assets. List rows omit complianceRequestHistory — use the get-by-id endpoint for the full audit trail.
Query parameters
Filter by one or more lifecycle statuses
Sort requests matching one or more statuses to the top of the results, ahead of the rest (which remain sorted by date)
Filter by compliance operation type
Filter by token identifier (chain:baseAsset, e.g. eth:gousd)
Filter by asset identifier
Filter by base stablecoin symbol
Filter by blockchain network
Filter by targeted blockchain address
Filter by enterprise identifier
Include only requests created on or after this timestamp
Include only requests created on or before this timestamp
1-based page number
Number of results per page (1–100)
Response
OK
Example response
{
"requests": [
{
"id": "177dc9ed-64a7-4f68-9ba5-8d5b55fe5878",
"type": "freeze",
"status": "pending_approval",
"assetId": "0438163a-d236-4865-978e-02ee7c2285b7",
"requestSource": "issuer",
"baseAsset": "usd1",
"chain": "eth",
"address": "0xd0898d88e2c08b2a95e19441e412c0a708a8bd43",
"addressLabel": "Hot Wallet A",
"createdAt": "2025-06-23T07:28:17.042Z",
"updatedAt": "2025-06-23T07:28:17.042Z",
"enterpriseId": "6437d9f07d6a87000613e6c06e4218d3",
"userId": "6437d9f07d6a87000613e6c06e4218d3",
"comments": "Suspicious activity detected",
"pendingApprovalId": "pa_123",
"bitgoTransferId": "6437d9f07d6a87000613e6c06e4218d3",
"transactionHash": "0xabcdef1234567890"
}
]
}Changes
Changed in 2 of the 33 revisions of this API.122
- ▲
the response property
//became optional for the statusresponse-property-became-optional
- ▲
- ●
added the new
pauseenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
unpauseenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
pauseto thequeryrequest parametertyperequest-parameter-enum-value-added
- ○
added the new enum value
unpauseto thequeryrequest parametertyperequest-parameter-enum-value-added
- ●