How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ripple Labs Transactions API

Used to manage transactions

Ripple Labs Transactions 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 Transaction. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 14 operations across 14 paths, and defines 44 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 3 base URLs: https://api.sandbox.palisade.co, https://api.palisade.co, https://api.ripple.com.

14 operations 14 paths 44 schemas 5 GET6 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.ripple.com
Authentication
API Key, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Ripple Labs Transactions API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (TokenAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 2 scopes.

Paths & Operations 14

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

Transactions 14

Used to manage transactions

GET
/v2/transactions
List transactions
TransactionsService_ListTransactions 102 params → 200400401403404default
POST
/v2/transactions/transfer/estimate-fee
Estimate the fee for a transfer transaction
TransactionsService_EstimateTransferFee body → 200400401403404default
POST
/v2/transactions:list
List transactions
TransactionsService_ListTransactions2 body → 200400401403404default
GET
/v2/vaults/{vaultId}/wallets/{walletId}/transactions
List wallet transactions
TransactionsService_ListWalletTransactions 107 params → 200400401403404default
POST
/v2/vaults/{vaultId}/wallets/{walletId}/transactions/raw
Create a new raw transaction
TransactionsService_RawTransaction 2 params body → 200400401403404default
POST
/v2/vaults/{vaultId}/wallets/{walletId}/transactions/sign-plaintext
(BETA) Create a new sign plaintext transaction
TransactionsService_SignPlaintext 2 params body → 200400401403404default
POST
/v2/vaults/{vaultId}/wallets/{walletId}/transactions/transfer
Create a new transfer transaction
TransactionsService_TransferTransaction 2 params body → 200400401403404default
GET
/v2/vaults/{vaultId}/wallets/{walletId}/transactions/{transactionId}
Get a transaction
TransactionsService_GetTransaction 3 params → 200400401403404default
PUT
/v2/vaults/{vaultId}/wallets/{walletId}/transactions/{transactionId}/freeze
Freeze a transaction
TransactionsService_FreezeTransaction 4 params → 200400401403404default
PUT
/v2/vaults/{vaultId}/wallets/{walletId}/transactions/{transactionId}/unfreeze
Unfreeze a transaction
TransactionsService_UnfreezeTransaction 4 params → 200400401403404default
POST
/v2/vaults/{vaultId}/wallets/{walletId}/transactions:list
List wallet transactions
TransactionsService_ListWalletTransactions2 2 params body → 200400401403404default
GET
/v1/stablecoin/transactions
List transactions
listTransactions 5 params → 200400401403500
GET
/v1/stablecoin/transactions/{id}
Get a transaction
getTransaction 1 param → 200401403404500
PUT
/v1/stablecoin/transactions/{id}/destination
Approve a pending redemption
updateTransactionDestination 1 param body → 200400401403404409500

Schemas 44

The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are transactionsv2Transaction (37 properties), commonv2Asset (19 properties), v2TransactionFilter (13 properties), v2NumericFilter (9 properties). Each schema is shown below with its type and property counts.

v2FreezeType
string
v2Retryability
string
v2TransactionFilter
object
13 properties
TimestampFilterTimestampRange
object
2 properties
v2BlockchainFilter
object
4 properties
v2FeeEstimate
object
2 properties 1 required
v2SigningPayload
object
4 properties 2 required
v2Problem
object
6 properties
commonv2Asset
object
19 properties 5 required
v2EstimateTransferFeeRequest
object
5 properties 3 required
v2Standard
string
rpcStatus
object
3 properties
v2FilterResponse
object
3 properties 1 required
v2AssetChange
object
5 properties 3 required
v2TransactionStatusFilter
object
4 properties
v2FreezeInfo
object
2 properties
v2StringFilter
object
8 properties
protobufAny
object
1 property
v2XRPTransactionConfig
object
2 properties
v2TimestampFilter
object
9 properties
v2AssetSource
string
v2FreezeAction
string
v2NumericFilter
object
9 properties
v2TransactionActionFilter
object
4 properties
v2EvmFeeEstimate
object
4 properties 4 required
v2ListTransactionsRequest
object
3 properties
v2ListTransactionsResponse
object
2 properties
v2AssetChangePurpose
string
transactionsv2Transaction
object
37 properties 16 required
v2FreezeHistoryEntry
object
8 properties
transactionsv2TransactionStatus
string
transactionsv2AddressType
string
v2Blockchain
string
v2SortOrder
string
transactionsv2Address
object
5 properties 2 required
v2ListWalletTransactionsResponse
object
2 properties
v2AssetChangeWallet
object
4 properties 1 required
v2FilterRequest
object
4 properties
transactionsv2TransactionAction
string
ProblemDetail
object
Error response following RFC 9457 (Problem Details for HTTP APIs), the successor to RFC 7807.
4 properties
UpdateTransactionDestination
object
Approval payload for a PENDING (flexible redemption) transaction. FIAT directs the redemption to your default bank account (creates a REDEMPTION); CRYPTO bridg…
2 properties 1 required
TransactionEndpoint
object
6 properties 1 required
Transaction
object
9 properties 7 required
TransactionListResponse
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ripple-labs-transactions-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
Where this information came from

This is an independent, third-party profile of Ripple Labs Transactions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.