get https://withpaper.com/api/v1/transaction-status/
Request the status and other details about a transaction by ID.
Use cases
- Poll for the transaction hash to link to the blockchain explorer.
- Poll for when the transfer is completed to show the user a preview of their newly minted NFT.
When polling, please wait 10+ seconds between queries and stop polling when
status = TRANSFER_SUCCEEDED
.