The Palisade API enables programmatic interaction with the various features of the Palisade platform
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/
https://api.sandbox.palisade.co/
https://api.palisade.co/
- Mock server
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/v2/blockchains/{id}
- Sandbox server (uses TESTNET data, private keys and accounts)
https://api.sandbox.palisade.co/v2/blockchains/{id}
- Palisade server (uses MAINNET data, private keys and accounts)
https://api.palisade.co/v2/blockchains/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/v2/blockchains/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Supported key algorithms
Chain identifier (e.g., 'ethereum-mainnet', 'ethereum-goerli')
CoinGecko platform identifier for sync (optional for testnets)
- CHECKSUM_TYPE_NONE: No checksum (e.g., Solana)
- CHECKSUM_TYPE_EIP55: Ethereum EIP-55
- CHECKSUM_TYPE_BASE58CHECK: Tron Base58Check
- CHECKSUM_TYPE_XRP: XRP Base58 with checksum (double-SHA256)
{ "id": "AVALANCHE", "name": "Ethereum", "namespace": "eip155", "chainId": "1", "rpcEndpoints": [ { … } ], "supportedEvents": [ "string" ], "supportedMethods": [ "string" ], "keystoreTypes": [ "HSM" ], "keyAlgorithms": [ "SECP256K1" ], "routing": "ethereum", "status": "RPC_ENDPOINT_TYPE_ENABLED", "supportsWalletConnect": true, "explorers": [ { … } ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "chain": "ethereum-mainnet", "coingeckoPlatformId": "ethereum", "checksumType": "CHECKSUM_TYPE_NONE", "blockTime": 12, "confirmationBlocks": 6 }
- Mock server
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/v2/blockchains/{id}
- Sandbox server (uses TESTNET data, private keys and accounts)
https://api.sandbox.palisade.co/v2/blockchains/{id}
- Palisade server (uses MAINNET data, private keys and accounts)
https://api.palisade.co/v2/blockchains/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/v2/blockchains/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'{}
- Mock server
https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/v2/blockchains/{id}
- Sandbox server (uses TESTNET data, private keys and accounts)
https://api.sandbox.palisade.co/v2/blockchains/{id}
- Palisade server (uses MAINNET data, private keys and accounts)
https://api.palisade.co/v2/blockchains/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.ripple.com/_mock/products/palisade/api-docs/palisade-api/palisade-api/v2/blockchains/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"name": "Ethereum Mainnet",
"namespace": "ethereum",
"chain": "mainnet",
"chainId": "1",
"routing": "primary",
"status": "RPC_ENDPOINT_TYPE_ENABLED",
"supportsWalletConnect": true
}'Supported key algorithms
Chain identifier (e.g., 'ethereum-mainnet', 'ethereum-goerli')
CoinGecko platform identifier for sync (optional for testnets)
- CHECKSUM_TYPE_NONE: No checksum (e.g., Solana)
- CHECKSUM_TYPE_EIP55: Ethereum EIP-55
- CHECKSUM_TYPE_BASE58CHECK: Tron Base58Check
- CHECKSUM_TYPE_XRP: XRP Base58 with checksum (double-SHA256)
{ "id": "AVALANCHE", "name": "Ethereum", "namespace": "eip155", "chainId": "1", "rpcEndpoints": [ { … } ], "supportedEvents": [ "string" ], "supportedMethods": [ "string" ], "keystoreTypes": [ "HSM" ], "keyAlgorithms": [ "SECP256K1" ], "routing": "ethereum", "status": "RPC_ENDPOINT_TYPE_ENABLED", "supportsWalletConnect": true, "explorers": [ { … } ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "chain": "ethereum-mainnet", "coingeckoPlatformId": "ethereum", "checksumType": "CHECKSUM_TYPE_NONE", "blockTime": 12, "confirmationBlocks": 6 }