Polling Transaction Response

Once the game initiates a transaction, you will receive a request ID. To check the status of this request, use both your request ID and user token to poll for the response.

POST https://api.alturanft.com/api/alturaguard/getResponse

Request Body

NameTypeDescription

token*

String

User token recieved when authenticating

requestId*

String

Transaction request ID received

{
txHash:"TRANSACTION HASH"
}

or

Rejected 

Last updated