Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

N3XT Wallets API

The Wallets API from N3XT — 6 operation(s) for wallets.

N3XT Wallets API is one of 11 APIs that N3XT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Wallets. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and a getting-started guide.

This API exposes 6 operations across 6 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version v1.0.1-3514-g824039216.

Requests are made against a single base URL, https://openapi.n3xt.io.

6 operations 6 paths 4 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1.0.1-3514-g824039216
Base URL
https://openapi.n3xt.io
Authentication
HTTP Bearer
License
ISC
Terms of Service
Resource Areas
1

Authentication & Security 1

N3XT Wallets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer auth - insert ONLY the token (the word Bearer will automatically be added)

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Wallets 6
GET
/wallets
Get Wallets
Wallets → 200400401500
GET
/wallets/{id}
Get Wallet by ID
Wallet By Id 1 param → 200400401403404422500
POST
/wallets/onboarding-requests/registration-messages
Generate Wallet Registration Message
Generate Wallet Registration Message body → 200400401403404422500
POST
/wallets/public-wallets
Provide a signature and a wallet registration message to register a public wallet
Register Public Wallet body → 200400401403404422500
GET
/wallets/onboarding-requests/{address}
List wallet onboarding requests
List Public Wallet Onboarding Requests 2 params → 200400401403404422500
DELETE
/wallets/onboarding-requests/{requestId}
Cancels a given public wallet onboarding request.
Cancel Public Wallet Onboarding Request 1 param → 202400401403404422500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are WalletResponse (11 properties), OnboardingRequestResponseApi (6 properties), WalletRegistrationMessageResponseApi (4 properties), ErrorResponse (1 property). Each schema is shown below with its type and property counts.

ErrorResponse
object
1 property 1 required
OnboardingRequestResponseApi
object
Mirrors {@link OnboardingRequestResponse } from @n3xt/common for REST/OpenAPI only. tsoa cannot resolve Zod-derived types (they reference zOnboardingRequestRes…
6 properties 6 required
WalletRegistrationMessageResponseApi
object
Mirrors {@link WalletRegistrationMessageResponse } from @n3xt/common for REST/OpenAPI only. tsoa cannot resolve Zod-derived types (they reference zWalletRegist…
4 properties 4 required
WalletResponse
object
11 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

n3xt-wallets-api-openapi.yml Raw ↑

Other APIs N3XT publishes across the network.

N3XT Approvals API
N3XT AuditTrail API
N3XT Businesses API
N3XT Contacts API
N3XT Ndd Routes API
N3XT Payments API
N3XT Programmable API
N3XT System API
N3XT Transfers API
N3XT Users API