#交易参考 ID

refId 由事务查找 APIs 使用来通过业务引用查找事务。

#格式

交易类型 参考 ID 格式 来源领域
存款 deposit.<txReference> txReference 来自存款 APIs
撤回 withdraw.<txReference> txReference 退出 APIs
赌注 bet.<ticketId> 来自赌注APIs的ticketId
付款 payout.<ticketId> ticketId 来自付款 APIs

#示例

deposit.tx-ref-123
withdraw.tx-ref-123
bet.ticket-uuid-123
payout.ticket-uuid-123

#钱包模式注意事项