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
Name
Type
Description
token*
String
User token recieved when authenticating
requestId*
String
Transaction request ID received
Last updated