mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
WS Tool fixes: cURL modal, Clio Only
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"methods": [
|
||||
{
|
||||
"name": "account_channels",
|
||||
"description": "Returns information about an account's <a href='/docs/concepts/payment-types/payment-channels/'>payment channels</a>.",
|
||||
"description": "Returns information about an account's payment channels.",
|
||||
"link": "/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels",
|
||||
"body": {
|
||||
"command": "account_channels",
|
||||
@@ -414,7 +414,7 @@
|
||||
"methods": [
|
||||
{
|
||||
"name": "mpt_holders",
|
||||
"description": "Return all holders of an MPT and their balance (Clio only).",
|
||||
"description": "Return all holders of an MPT and their balance.",
|
||||
"link": "/docs/references/http-websocket-apis/public-api-methods/clio-methods/mpt_holders",
|
||||
"clio_only": true,
|
||||
"body": {
|
||||
@@ -431,7 +431,7 @@
|
||||
"methods": [
|
||||
{
|
||||
"name": "nft_history",
|
||||
"description": "Get past transaction metadata for an NFT (Clio only).",
|
||||
"description": "Get past transaction metadata for an NFT.",
|
||||
"link": "/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_history",
|
||||
"clio_only": true,
|
||||
"body": {
|
||||
@@ -442,7 +442,7 @@
|
||||
},
|
||||
{
|
||||
"name": "nft_info",
|
||||
"description": "Get info about an NFT (Clio only).",
|
||||
"description": "Get info about an NFT.",
|
||||
"clio_only": true,
|
||||
"link": "/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info",
|
||||
"body": {
|
||||
@@ -453,7 +453,7 @@
|
||||
},
|
||||
{
|
||||
"name": "nfts_by_issuer",
|
||||
"description": "Get a list of NFTs issued by a specific account, optionally filtered by taxon (Clio only).",
|
||||
"description": "Get a list of NFTs issued by a specific account, optionally filtered by taxon.",
|
||||
"clio_only": true,
|
||||
"link": "/docs/references/http-websocket-apis/public-api-methods/clio-methods/nfts_by_issuer",
|
||||
"body": {
|
||||
|
||||
@@ -45,14 +45,14 @@
|
||||
{
|
||||
"id": "connection-testnet-clio",
|
||||
"ws_url": "wss://clio.altnet.rippletest.net:51233/",
|
||||
"jsonrpc-url": "https://clio.altnet.rippletest.net:51234/",
|
||||
"jsonrpc_url": "https://clio.altnet.rippletest.net:51234/",
|
||||
"shortname": "Testnet-clio",
|
||||
"longname": "clio.altnet.rippletest.net (Testnet Public Cluster with Clio)"
|
||||
},
|
||||
{
|
||||
"id": "connection-devnet-clio",
|
||||
"ws_url": "wss://clio.devnet.rippletest.net:51233/",
|
||||
"jsonrpc-url": "https://clio.devnet.rippletest.net:51234/",
|
||||
"jsonrpc_url": "https://clio.devnet.rippletest.net:51234/",
|
||||
"shortname": "Devnet-clio",
|
||||
"longname": "clio.devnet.rippletest.net (Devnet Public Cluster with Clio)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user