Skip to content

Palisade API (2.0)

The Palisade API enables programmatic interaction with the various features of the Palisade platform

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/

Sandbox server (uses TESTNET data, private keys and accounts)

https://api.sandbox.palisade.co/

Palisade server (uses MAINNET data, private keys and accounts)

https://api.palisade.co/

Addresses

Used to manage addresses

Operations

Allow Addresses (deprecated)

Used to manage legacy allow addresses

API Credentials

Used to manage credentials

Operations

Approvals

Used to manage approvals

Operations

Approvers

Used to manage approvers

Operations

Audit

Used to manage configuration for audit

Operations

Backup

Used to manage backups

Operations

Balances

Used to view balances

Operations

Get Organization Balances

Request

Get the balance of an organization

Security
TokenAuth
Query
currencyCodestring

The currency code to be used for the fiat value. When omitted, 'USD' will be used.

curl -i -X GET \
  'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/balances?currencyCode=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A successful response.

Bodyapplication/json
currencyCodestringrequired

The currency code to be used for the fiat value. When omitted, 'USD' will be used.

Example: "USD"
aggregatedFiatValuestring

The aggregated fiat value of the organization's balances

Example: "100.00"
balancesArray of objects(v2VaultBalance)
Response
application/json
{ "currencyCode": "USD", "aggregatedFiatValue": "100.00", "balances": [ {} ] }

Get Vault Balances

Request

Get the balances of a vault

Security
TokenAuth
Path
vaultIdstringrequired

The vault ID that the connection is associated with

Query
currencyCodestring

The currency code to be used for the fiat value. When omitted, 'USD' will be used.

curl -i -X GET \
  'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/vaults/{vaultId}/balances?currencyCode=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A successful response.

Bodyapplication/json
currencyCodestringrequired

The currency code to be used for the fiat value. When omitted, 'USD' will be used.

Example: "USD"
aggregatedFiatValuestring

The aggregated fiat value of the vault's balances

Example: "100.00"
balancesArray of objects(v2WalletBalance)
Response
application/json
{ "currencyCode": "USD", "aggregatedFiatValue": "100.00", "balances": [ {} ] }

Get Wallet Balances

Request

Get the balances of a wallet

Security
TokenAuth
Path
vaultIdstringrequired
walletIdstringrequired
Query
currencyCodestring

The currency code to be used for the fiat value. When omitted, 'USD' will be used.

curl -i -X GET \
  'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api-1/v2/vaults/{vaultId}/wallets/{walletId}/balances?currencyCode=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A successful response.

Bodyapplication/json
currencyCodestringrequired

The currency code to be used for the fiat value. When omitted, 'USD' will be used.

Example: "USD"
aggregatedFiatValuestring
balancesArray of objects(v2Balance)
Response
application/json
{ "currencyCode": "USD", "aggregatedFiatValue": "string", "balances": [ {} ] }

Compliance

Used to manage compliance

Operations

Counterparties

Used to manage counterparties

Operations

Devices

Used to manage devices

Operations

Information

Used to view information about the platform

Operations

MPC - Memberships

Used to manage MPC memberships

Operations

MPC - Quorums

Used to manage MPC quorums

Operations

MPC - Sessions

Used to manage MPC sessions

Operations

Organizations

Used to manage organizations

Operations

Policies

Used to manage connections policies

Operations

Rates

Used to retrieve rates

Operations

Sweep Configurations

Used to manage sweep configurations

Operations

Tags

Used to manage organization tags

Operations

Transactions

Used to manage transactions

Operations

Transactions - XRP

Used to manage XRP specific transactions

Operations

Users

Used to manage users

Operations

Vaults

Used to manage vaults

Operations

Vault Tags

Used to manage vault tags

Operations

Wallets

Used to manage wallets

Operations

Wallet Tags

Used to manage wallet tags

Operations

Wallet Connect

Used to manage connections

Operations

Webhooks

Used to manage webhooks

Operations

Registry

Operations

Transactions - Sweep

Operations

Sweep Instances

Operations