/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.
OK
const response = await fetch('api.rair.market/api/transaction/{network}/{hash}?number=text', { method: 'POST', headers: {}, }); const data = await response.json();