Xaman Developer Docs
Ctrlk
Developer ConsoleAPI Endpoints
  • Build on Xaman
  • Concepts
    • Getting started
    • 🔐Authorization & Credentials
    • Payloads (sign requests)
    • Special Transaction Types
    • Limitations
    • Implementation checklist
  • Simple link / QR
    • Payment Request Link
    • TrustSet Link/QR
  • Environments
    • 🌎Browser ("Web3")
    • 📱xApps ("dApps")
    • 📂Backend (SDK / API)
    • 🎛️Native Apps
    • 🙇Identity (OAuth2, OpenID)
  • JS/TS SDK
    • Xaman SDK (Intro)
    • Examples / User stories
    • 📦SDK (syntax)
      • Xumm.ping()
      • Xumm.on(event, fn)
      • Xumm.off(event, fn)
      • Xumm.helpers { … }
        • ping()
        • getRates( … )
        • getRails()
        • getHookHash( … )
        • getHookHashes()
        • getCuratedAssets()
        • getNftokenDetail( … )
        • getKycStatus( … )
        • verifyUserTokens([ … ])
        • getTransaction( … )
      • Xumm.user { … }
      • Xumm.environment { … }
      • Xumm.payload { … }
      • Xumm.xapp { … }
      • Xumm.userstore { … }
      • Xumm.backendstore { … }
      • Xumm.push { … }
      • Xumm.runtime { … }
      • Xumm.authorize()
      • Xumm.logout()
Powered by GitBook
On this page

Was this helpful?

Edit
  1. JS/TS SDK
  2. 📦SDK (syntax)

Xumm.helpers { … }

ping()getRates( … )getRails()getHookHash( … )getHookHashes()getCuratedAssets()getNftokenDetail( … )getKycStatus( … )verifyUserTokens([ … ])getTransaction( … )
PreviousXumm.off(event, fn)Nextping()

Last updated 2 years ago

Was this helpful?