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://turbo-gateway.com/ar-io/resolver/string"
{
  "txId": "string",
  "ttlSeconds": 0,
  "antId": "string",
  "resolvedAt": 0,
  "index": 0,
  "limit": 0
}
Empty

How is this guide?