Integrate directly with your Casino or Platform backend seamlessly using our REST API. All requests must be authenticated via an HMAC SHA256 Signature.
Generates a unique crypto transit wallet linked strictly to the provided player_ref. Return payload includes the generated standard network address.
{
"player_ref": "USER_77812",
"pg_ref": "DEP_9901A",
"network": "TRC20",
"token": "USDT",
"expected_amount": "50.00"
}
{
"status": "success",
"data": {
"internal_ref": "B_8819_TRC20",
"destination_address": "T...",
"status": "awaiting payment"
}
}
Submits a player payout request to the admin pool to be processed by the Treasury Hot wallet. Requires manual confirmation in the backend unless Auto-Approve is enabled.
{
"player_ref": "USER_77812",
"pg_ref": "WD_128A",
"target_wallet_address": "0xABC...",
"network": "ERC20",
"token": "USDT",
"amount": "100.00"
}
{
"status": "success",
"message": "Withdrawal requested",
"data": {
"internal_ref": "W_9918_ERC20",
"status": "pending_review"
}
}
Query the absolute real-time block-status of a pending deposit transaction. The internal daemon verifies blockchain confirmation heights natively.