Jump to Content
Xumm for developers
HomeAPI Endpoints
Concepts & SDK DocsXumm Developer ConsoleLog InXumm for developers
API Endpoints
Concepts & SDK DocsXumm Developer ConsoleLog In
HomeAPI Endpoints

Backend API

  • Intro
  • Developer Console
  • Authentication
  • Typescript Definitions
    • 📖 NodeJS/TS tutorial
  • Public stats
  • Platform status
  • API Limits

Payloads

  • payloadpost
  • payload/:payload_uuidget
  • payload/ci/:custom_identifierget
  • payload/:payload_uuiddel

Misc

  • pingget
  • curated-assetsget
  • xrpl-tx/:txidget
  • kyc-status (state)post
  • kyc-status/:account (public)get
  • app-storage
    • Store app-storagepost
    • Get app-storageget
    • Clear app-storagedel
  • rates/:currencyget
  • avatar/:account.png
  • user-tokenspost
  • account-meta/:accountget
  • railsget
  • hookhash/:hookget
  • amm-meta/:asset1,:asset2get

xApps

  • xapp/ott/:tokenget
    • Re-fetch OTT data
    • OTT Response details
  • xapp/eventpost
  • xapp/pushpost

Relevant documentation

  • Introduction
  • Payload workflow
  • Payload life cycle
  • Payload status updates
  • About xApps

JWT (xApp/OAuth2)

  • xApp JWT
    • Intro: xApps + JWT
    • Development (OTT re-fetching)
    • authorizeget
  • OAuth2 JWT
  • jwt/pingget
  • jwt/curated-assetsget
  • jwt/rates/:currencyget
  • jwt/railsget
  • jwt/payloadpost
  • jwt/payload/:uuidget
  • jwt/ci/:idget
  • jwt/payload/:uuiddel
  • jwt/userdataget
    • jwt/userdata/:keysget
    • jwt/userdata/:keypost
    • jwt/userdata/:keydel
Powered by 

xApp JWT

Using JWT in xApp context

Using JWT auth in xApps allows you to develop backendless xApps.

If you don't know what xApps are, please read:
What are xApps

If you want to get started, start with the articles in the "What's next" section below.