Conversion travel rule blocked
A pre-trade Travel Rule check blocked the conversion before any quote execution was attempted. Either the destination wallet requires an ownership verification that has not been satisfied, or the check could not be evaluated because mandatory information is missing; the specific cause is in error_code.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Body
Payload shared by all conversion transaction lifecycle events.
Conversion transaction id.
Stable public conversion transaction id when the source event carries enough conversion context. Falls back to the public quote_id for older ramp events without conversion transaction context.
Public conversion rule id.
Public id of the user whose conversion transaction changed.
Public conversion transaction lifecycle status.
RFC3339 UTC time the transition was observed by the processor.
Funding transaction references observed in the source lifecycle.
Event type discriminator.
conversion.travel_rule_blocked User payment reference from the inbound funding deposit, when present.
Stable public failure category when the conversion lifecycle transition failed.
amount_too_small, quote_expired, destination_rejected, wallet_not_whitelisted, wallet_verification_method_not_supported, travel_rule_data_missing, unknown Inbound deposit amount as a decimal string, when present.
Inbound deposit asset symbol, when present.
Quote source amount as a decimal string, when present.
Quote source asset symbol, when present.
Quote destination asset symbol, when present.
Outbound withdrawal amount as a decimal string, when present.
Outbound withdrawal asset symbol, when present.
Crypto delivery network when the conversion target is crypto.
Crypto destination address. Present only for crypto withdrawals; never a fiat destination, tag, or memo.
Response
Return any 2xx status to acknowledge receipt.