跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

稳定币账户API发布者免责声明 事件元数据
  • nameCONVERSION
  • types
    • ramp.conversion.trade.pending – 换汇进行中
    • ramp.conversion.trade.completed – 换汇成功
    • ramp.conversion.trade.failed – 换汇失败
请求体
字段类型描述
event_idstring事件唯一ID
event_namestring事件名称
event_typestring事件类型
source_idstring换汇ID
versionstringAPI版本
dataobject换汇详情对象
通知示例
  • 结构与 Retrieve Conversion API响应一致。
{
  "version": "V1.6.0",
  "event_name": "CONVERSION",
  "event_type": "ramp.conversion.trade.pending",
  "event_id": "9f02664f-e30a-43dd-8904-35bb7806c79c",
  "source_id": "2031debb-8ac5-4dc9-add5-02ebd1aa36da",
  "data": {
    "buy_amount": "98.06",
    "buy_currency": "USD",
    "complete_time": "",
    "conversion_id": "2031debb-8ac5-4dc9-add5-02ebd1aa36da",
    "conversion_status": "Pending",
    "create_time": "2026-03-03 10:10:04 +0800 CST",
    "network_fee": "0",
    "processing_fee": "0",
    "quote_price": "0.899712",
    "reason": "test",
    "sell_amount": "109",
    "sell_currency": "USDC",
    "short_conversion_id": "ES260303-V77NUZPN"
  }
}