Skip to main content
POST
Confirm the sender of a quarantined deposit

Path Parameters

account-id
string<uuid>
required
asset
enum<string>
required

Sender confirmation applies to token deposits only

Available options:
usdc,
usdt
id
string<uuid>
required

ID of the quarantined deposit

Body

application/json
custody
object
required

Custody details of the sender address

owner
object
required

Ownership details of the sender address

label
string | null

Optional label for the confirmed sender wallet

Example:

"Main exchange wallet"

Response

Sender confirmation processed

result
enum<string>
required

Immediate outcome: 'released' when the quarantined deposits from this sender were confirmed and credited; 'pending-approval' when the confirmation awaits review

Available options:
released,
pending-approval
Example:

"released"

deposit
Token Deposit · object
required