AR.IO LogoAR.IO Documentation

ArNS

Get data from the AR.IO Gateway Arweave Name System

Get ArNS name resolution.

Get detailed information of a specified ArNS name.

GET
/ar-io/resolver/{name}

Path Parameters

namestring

Response Body

curl -X GET "https://ardrive.net/ar-io/resolver/string"
{
  "txId": "string",
  "ttlSeconds": 0,
  "processId": "string",
  "resolvedAt": 0,
  "index": 0,
  "limit": 0
}
Empty

How is this guide?