XStar Docs
  • Quick Start
  • What is XStar?
  • FAQ
  • Developers
    • XNAME API
    • XNAME Smart Contracts
  • The Problem - AI Saturation & Targeted Sybil Attacks
  • The Solution - Adaptive Proof of Humanity on Blockchain
    • XNAME Omnichain DNS
    • XHS Adaptive PoH
    • XHS Scoring Algorithm
  • Economy Design
    • XPoints System
    • Human Key
  • Protocol Design
    • Privacy
    • XHS Implementation & Limitations
    • Types of Attacks on Verification Methods
    • ZK Proof Implementation
    • Identity Oracle
  • Omni-chain Functionality
  • Potential Applications
    • Quest and Campaign Platform
    • Attestations
    • Access Control
    • Access Control Use Case - Games
    • Compliance
  • XReward Quest Onboarding Manual
    • 1. Getting Started
    • 2. Create your Space
    • 3. Create a Quest
    • 4. Quest Dashboard
  • Introducing $XNAME
    • Tokenomics
    • Token Release Schedule
  • Help & Support
    • XID Onboarding Tutorial
    • Change Your linked Social Accounts
    • Forgot/Lost your linked wallet?
    • Discord
    • Official Links
    • Partnerships
Powered by GitBook
On this page
  • 1. query XNAME resolving record
  • 2. query Primary Name
  1. Developers

XNAME API

1. query XNAME resolving record

https://openapi.xname.app/:network/:domain/getRecords?coins=[""]

-Network

ethereum

polygon

optimism

arbitrum

linea

base

scroll

blast

zksync

manta

mantle

metis

x layer

bitlayer

soneium

story

unichain

-Texts

Avatar. Website. Email.

-Coins

EVM. BTC. Doge. … When people register an XName, their EVM wallet addresses are automatically stored by default

2. query Primary Name

https://openapi.xname.app/:network/:address/getPrimaryName

https://openapi.xname.app/arbitrum/0xbd24DCaa72E661eCC948A654437dAfA1A6384e90/getPrimaryName
JSONCopy
{ "status": 200, 
"msg": "ok",
 "data": "xname0000.degen" }​

PreviousDevelopersNextXNAME Smart Contracts

Last updated 3 months ago