XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Example
  • Response
  1. API Documentation
  2. Account Name

Well known accounts

PreviousAccount NameNextBalance

Last updated 4 months ago

This endpoint retrieves a list of well known accounts.

Help us improve XRPSCAN. Submit information about well known XRP accounts (such as exchanges, bridges, liquidity pools, token issuers, FIs). This info would be used to label accounts and show profile picture (from X/Twitter) on account pages.

Request

GET /api/v1/names/well-known

Example

curl https://api.xrpscan.com/api/v1/names/well-known

Response

[
  {
    "name": "1xBet",
    "desc": "1",
    "account": "rP1afBEfikTz7hJh2ExCDni9W4Bx1dUMRk",
    "domain": "1xbet.com",
    "twitter": "1xbet_Eng",
    "verified": true
  },
  {
    "name": "1xBet",
    "desc": "2",
    "account": "rpE6gE8jEN1trDwQwe47VmgDL5y6m3XX2n",
    "domain": "1xbet.com",
    "twitter": "1xbet_Eng",
    "verified": true
  },
  {
    "name": "1xBit",
    "desc": "1",
    "account": "ra1CVNEG9gRgqJkLqgDv2GZ3Hw5LMuJo9B",
    "domain": "1xbit.com",
    "twitter": "1x_bit",
    "verified": true
  },
  {
    "name": "24Paybank",
    "desc": "1",
    "account": "rKs1E7iQxSk8wfEjXiWakZSF1HQUfewSDQ",
    "domain": "24paybank.net",
    "twitter": "24Paybank",
    "verified": true
  },
  ...
]
📘
Submit info →