GET
/
v1
/
vrf
/
{chainId}
/
{txHash}
curl --request GET \
  --url https://staging.vrf.proofofplay.com/v1/vrf/{chainId}/{txHash}
{
  "requestId": "1234567890",
  "roundNumber": "12345",
  "randomNumber": "100390681190810751958784661347623210498151382836405096200928376056671247975325",
  "signature": "0x3ba0095fdcd3704f83882efe53562bfaf84a34ae30765def05ce78d213b41ca568cf5da0c507be8b02c39ae47c377dbb5f7085e9a91919fd07dddc264f0df7d81c"
}

How it works

Path Parameters

txHash
string
required
chainId
number
required

Response

200 - application/json

vrf tx process successful

The response is of type object.