Resolve a registered address parked in screening review (sandbox only)
Resolves a registered address parked in pending screening (the 202 outcome of the register call), the customer-facing equivalent of the asynchronous screening resolution. outcome: "approve" registers the address and releases deposits from it that were waiting on registration; outcome: "reject" suspends it as sanctions-blocked — not reversible, and re-registration of the same address stays barred. The resolution is synchronous: the response carries the address at its final status. Replays: repeating the SAME decision after resolution returns 200 with the resource; a CONFLICTING decision returns 409 — a resolved verdict never flip-flops. In sandbox, park an address by registering one whose address starts with the review magic value 0x999.
Authorizations
Path Parameters
"wra_1A2b3C4d5E6f7G8h9I0jKl"
Body
approve clears the screening review: the address becomes registered and deposits from it that were waiting on registration resume. reject confirms the hit: the address is suspended as sanctions-blocked (not reversible) and re-registration of the same address stays barred.
approve, reject Response
Id of the registered address. Each id has the form wra_ followed by 22 alphanumeric characters.
^wra_[0-9A-Za-z]{22}$Customer the address is registered against. Each id has the form cus_ followed by 22 alphanumeric characters.
^cus_[0-9A-Za-z]{22}$Blockchain network of the address. Lowercase on the wire (e.g. ethereum, polygon).
ethereum, base, solana, polygon, tron, stellar The registered address, echoed in the normalized form Conduit matches on (lowercase on EVM chains).
Who controls the address. self_custody means the customer owns it, and only a self_custody address unlocks a payout with purpose: intercompany. third_party means it belongs to another beneficial owner, described in originatorDetails; it clears an inbound transfer but never an intercompany payout.
self_custody, third_party registered: screened and usable. pending_screening: screening is not finished, so an intercompany payout to the address is still refused, while an inbound transfer from it is held rather than sent back. suspended: blocked — do not retry, contact Conduit. revoked: cancelled with DELETE. A revoked address stops being usable, but Conduit can restore it on request, so do not treat this status as permanent.
registered, pending_screening, suspended, revoked Human-readable label given at registration. Null when none was given.
Beneficial owner of a third_party address, disclosed at registration. Null on a self_custody address, where the customer is the owner.
- Option 1
- Option 2
true when the customer attested that they own and control the address. Null on a third_party address.
When the customer made the self-custody attestation. Null on a third_party address.
"2026-01-15T09:30:00.000Z"
When the address was screened.
"2026-01-15T09:30:00.000Z"
When the address was registered.
"2026-01-15T09:30:00.000Z"