List the address exceptions for a screening vendor
Returns the environment’s address allow and deny entries for this vendor. The list is shared by both of the vendor’s policies; each entry states which scopes it applies to.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Screening vendor the entries belong to
Screening vendor a policy belongs to. Deliberately not ProviderEnum, which
is a 44-value auth/social/onramp list of which only these two are screening
vendors. The Dynamic sanctions provider is absent because the sanctions floor
is generated from code and is not configurable.
trmWalletScreening, chainalysisAddressScreening Query Parameters
The number of items to skip before starting to collect the result set
x >= 0The number of items to return
1 <= x <= 100