It supports two scenarios:
- Off-Ramp – Converting cryptocurrency to fiat.
- Crypto-to-Crypto – Transferring cryptocurrency to another cryptocurrency wallet.
1. ramp.payout.completed (Off-Ramp)
For off-ramp payout, the category is set as OFF_RAMP.The source type is
CRYPTOCURRENCY and the target type is FIAT.
Example Payload
Payload Breakdown
Top-Level Fields
Transaction Data (data object)
Quote Details (data.quote object)
Quote Metadata
Source (Crypto)
Target (Fiat)
Fees & Summary
Recipient Details (data.recipient object)
Bank Account (Fiat-specific fields)
| account.address | string | Recipient physical address |
| account.swiftCode | string | SWIFT/BIC code |
| account.routingNumber | string | Bank routing number |
2. ramp.payout.completed (Crypto)
For crypto-to-crypto payout, the category is set asCRYPTOCURRENCY.Both the
source.type and target.type are CRYPTOCURRENCY.

