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

Natural AI Wallets API

Wallet management

Natural AI Wallets API is one of 15 APIs that Natural AI 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.

This API exposes 11 operations across 8 paths. It is described by OpenAPI 3.1.1, at version 0.2.0.

Requests are made against a single base URL, https://api.natural.com.

11 operations 8 paths 0 schemas 1 DELETE3 GET1 PATCH6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
0.2.0
Base URL
https://api.natural.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Natural AI Wallets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

  • HTTPBearer — Bearer authentication: send your API key, agent key, or OAuth access token as Authorization: Bearer .

Paths & Operations 11

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

Wallets 11

Wallet management

GET
/wallets
List wallets
wallets.list 3 params → 200400401403404409422428
POST
/wallets
Create wallet
wallets.create 3 params body → 201400401403404409422428
GET
/wallets/{walletId}
Get wallet
wallets.get 3 params → 200400401403404409422428
PATCH
/wallets/{walletId}
Update wallet
wallets.update 4 params body → 200400401403404409422428
POST
/wallets/{walletId}/default
Set default wallet
wallets.setDefault 4 params → 200400401403404409422428
POST
/wallets/{walletId}/freeze
Freeze wallet
wallets.freeze 3 params → 200400401403404409422428
POST
/wallets/{walletId}/unfreeze
Unfreeze wallet
wallets.unfreeze 3 params → 200400401403404409422428
POST
/wallets/{walletId}/agents
Grant agent access to wallet
wallets.attachAgent 4 params body → 200400401403404409422428
GET
/wallets/{walletId}/agents
List wallet agents
wallets.listAgents 3 params → 200400401403404409422428
POST
/wallets/{walletId}/agents/{agentId}/default
Set agent default wallet
wallets.setAgentDefaultWallet 5 params → 200400401403404409422428
DELETE
/wallets/{walletId}/agents/{agentId}
Detach agent from wallet
wallets.detachAgent 5 params → 200400401403404409422428

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

natural-ai-wallets-api-openapi.yml Raw ↑

Other APIs Natural AI publishes across the network.

Natural AI Agent Keys API
Natural AI Agents API
Natural AI API Keys API
Natural AI Approvals API
Natural AI Customers API
Natural AI Events API
Natural AI External Accounts API
Natural AI Invitations API
Natural AI Parties API
Natural AI PaymentRequests API
Natural AI Payments API
Natural AI Transactions API