ar.io Logoar.io Documentation
Turbo SDKArNS Names (paid with Turbo Credits)

Polling purchase status

getArNSPurchaseStatus({ nonce }) is available on both the authenticated and unauthenticated clients:

const status = await turbo.getArNSPurchaseStatus({ nonce });
// status.messageId  -> present on terminal success (Solana ArNS write tx id)
// status.failedDate -> present on terminal failure

How is this guide?