Skip to main content
GET
/
api
/
v1
/
dt
/
transactions
Query Transaction Status
curl --request GET \
  --url https://api.example.com/api/v1/dt/transactions
{
  "transaction_id": "TXN123456789",
  "username": "player001",
  "type": 14,
  "amount": "10000",
  "timestamp": 1763022853
}

Documentation Index

Fetch the complete documentation index at: https://docs.cog888.net/llms.txt

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

CodeDescription
2Invalid parameter
10Duplicate transaction ID
15Transaction ID does not exist
36Server error
9999Unknown error

Query Parameters

uuid
string
required

Platform-defined unique request ID, length >= 32 and <= 128 bytes

platform_id
string
required

Platform product ID

transaction_id
string
required

Transaction ID (1-128 characters, ASCII 32-126 printable characters only, ` and ~ not allowed)

key
string
required

md5(transaction_id + platform secret key)

Response

Success

transaction_id
string

Transaction ID

username
string

Player account

type
integer

Transaction type, see appendix: Transaction Types

amount
string

Transaction amount

timestamp
integer

Transaction timestamp