Screening

Screen an address against sanctions lists (OFAC SDN)

POST/v1/screenings

Real 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

  • address string (required)

Responses

200Screening result

  • address string (required)
  • sanctioned boolean (required)
  • lists string[] (required)
  • provider_count integer (required)

Example

curl -X POST https://api.cofferline.com/v1/screenings \
  -H "content-type: application/json" \
  -d '{"address":"…"}'