Build on Nexaria's asset framework
A preview REST API and a pluggable adapter framework designed to reach across the xSPECTAR, XRPL, and EVM ecosystems from a single integration surface.
Partner API preview. The public REST API is not yet live — the endpoints below describe the planned surface so partners can design ahead. Adapters marked Live are already operating inside the platform today (XRPL wallet reads, NFT minting, and on-chain checkout); the rest are integration-ready and switch on as providers are onboarded.
Design
One adapter framework, many worlds
Each ecosystem is reached through a dedicated adapter with a shared interface. Add a world without rewriting your integration — the framework normalizes assets, listings, and events into one shape.
Adapters
Ecosystem adapter framework
Adapters flip to Live automatically the moment their provider is connected — the rest ship integration-ready behind the same shared interface.
xspectar
xSPECTAR world assets, land, and event spaces on the XRPL.
xrpl
Native XRP Ledger tokens, NFTs (XLS-20), minting, and on-chain checkout.
evm
EVM-compatible chains for ERC-721 / ERC-1155 digital assets.
upland
Upland virtual properties and metaverse holdings.
decentraland
Decentraland LAND, estates, and wearables.
sandbox
The Sandbox LAND and in-world asset references.
otherside
Otherside (Yuga Labs) Otherdeed land on Ethereum.
voxels
Voxels parcels and in-world billboards in the browser metaverse.
somnium
Somnium Space VR land parcels and world assets.
ens
ENS blockchain domains — tradable ERC-721 names.
unstoppable
Unstoppable Domains Web3 domains and profiles.
xrpcafe
xrp.cafe collections — XLS-20 NFTs read directly on-ledger.
sologenic
Sologenic tokenized assets and NFTs on the XRPL.
immutable
Immutable gaming NFTs and marketplace assets.
opensea
OpenSea collection floor prices and item links for EVM NFTs (not XRPL).
thirdweb
thirdweb contracts and SDK for EVM asset operations.
walletconnect
WalletConnect sessions for multi-wallet sign-in.
rainbowkit
RainbowKit connect flows for EVM wallets.
REST API
Preview endpoints
A REST-style surface for assets, listings, and webhooks. Shapes may change before general availability.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/assets | List and filter digital assets across connected adapters. |
| GET | /api/v1/listings | Retrieve active marketplace listings (sell / rent / lease). |
| POST | /api/v1/webhooks | Register a signed webhook for listing and payment events. |
Signed webhooks
Every webhook payload will carry a signature you verify against a shared secret — the same pattern we use for Stripe events — so you can trust the source.
API keys
Keys will be issued to Enterprise and White-Label plans, scoped by role, with rotation and revocation from your dashboard.
Planning an integration?
Explore the security model and see how a branded platform fits together on white-label.
