Skip to main content
GET
/
api
/
v1
/
dt
/
transactions
查詢交易狀態
curl --request GET \
  --url https://api.example.com/api/v1/dt/transactions
{
  "transaction_id": "TXN123456789",
  "username": "player001",
  "type": 14,
  "amount": "10000",
  "timestamp": 1763022853
}
代碼說明
2無效參數
10交易序號重複
15交易序號不存在
36伺服器錯誤
9999未知錯誤

Query Parameters

uuid
string
required

各平台自定義的唯一性請求序號,長度 >= 32 且 <= 128 字節

platform_id
string
required

平台方的產品 ID

transaction_id
string
required

交易序號

key
string
required

md5(transaction_id + 平台密鑰)

Response

成功

transaction_id
string

交易序號

username
string

玩家帳號

type
integer

交易類型,請參閱附錄 : 交易類型一覽

amount
string

交易金額

timestamp
integer

交易時間戳記