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

Ripple Labs Wallet Tags API

Used to manage wallet tags

Ripple Labs Wallet Tags API is one of 36 APIs that Ripple Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Wallet Tags. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 2.0.

Requests are made against 2 base URLs: https://api.sandbox.palisade.co, https://api.palisade.co.

4 operations 2 paths 4 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0
Base URL
https://api.ripple.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Ripple Labs Wallet Tags API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (TokenAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Wallet Tags 4

Used to manage wallet tags

GET
/v2/vaults/{vaultId}/wallets/tags
List all wallet tags in vault
VaultService_ListWalletTagsInVault 1 param → 200400401403404default
GET
/v2/vaults/{vaultId}/wallets/{walletId}/tags
List wallet tags for the wallet
VaultService_ListWalletTags 2 params → 200400401403404default
DELETE
/v2/vaults/{vaultId}/wallets/{walletId}/tags
Delete a wallet tag
VaultService_DeleteWalletTag 3 params → 200400401403404default
POST
/v2/vaults/{vaultId}/wallets/{walletId}/tags
Add a new wallet tag
VaultService_AddWalletTag 2 params body → 200400401403404default

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are v2WalletTag (3 properties), rpcStatus (3 properties), protobufAny (1 property). Each schema is shown below with its type and property counts.

rpcStatus
object
3 properties
v2WalletTag
object
3 properties 2 required
protobufAny
object
1 property
v2DeleteWalletTagResponse
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ripple-labs-wallet-tags-api-openapi.yml Raw ↑

Other APIs Ripple Labs publishes across the network.

Ripple Labs Addresses API
Ripple Labs API Credentials API
Ripple Labs Auditing API
Ripple Labs Authentication API
Ripple Labs Balances and statements API
Ripple Labs Balances API
Ripple Labs Beneficiary confirmation API
Ripple Labs Counterparties API
Ripple Labs Diagnostics API
Ripple Labs Exchange transfers API
Ripple Labs Fees API
Ripple Labs Liquidations API