Transaction
Brief description
Get transaction status
Request URL
/api/get-trans-status
Method
POST
Parameter
Parameter name
Required
Type
Explain
trans_hash
Yes
string
transaction hash
type
No
string
If the type is NFT transaction, type is 1,or else is null
Return example
{
"code": 0,
"data": 1,
"extra": {
"ticket_id": 2
}
}
Remark
Type:1, return to buy ticket_id
Last updated