#交易參考 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
#錢包模式註意事項
- 轉帳錢包可包含
deposit、withdraw、bet和payout交易。 - 單一錢包僅包含
bet和payout交易。