Transaction
/api/transaction
Process a blockchain transaction via the transaction catcher. This endpoint is called whenever an interaction through metamask is completed, getting any events out of the transaction hash.
Path parameters
networkstringRequired
hashstringRequired
Query parameters
numberstringRequired
Responses
200
OK
post
POST /api/transaction/{network}/{hash}?number=text HTTP/1.1
Host: api.rair.market
Accept: */*
200
OK
No content
Was this helpful?