Screening
Screen an address against sanctions lists (OFAC SDN)
POST
/v1/screeningsReal OFAC SDN crypto-address data. sanctioned:true means the address is on the list; policies may require screening above a USD threshold before outbound transfers (COUNTERPARTY_BLOCKED).
Request body
addressstring(required)
Responses
200Screening result
addressstring(required)sanctionedboolean(required)listsstring[](required)provider_countinteger(required)
Example
curl -X POST https://api.cofferline.com/v1/screenings \
-H "content-type: application/json" \
-d '{"address":"…"}'