diff --git a/content/tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.md b/content/tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.md index d745f173e9..bae7ca9ead 100644 --- a/content/tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.md +++ b/content/tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.md @@ -599,6 +599,25 @@ Off-Ledger Balances +## See Also + +- **Concepts:** + - [Accounts](accounts.html) + - [Direct XRP Payments](direct-xrp-payments.html) + - [Partial Payments](partial-payments.html) + - [Source and Destination Tags](source-and-destination-tags.html) +- **Tutorials:** + - [Install `rippled`](install-rippled.html) + - [Send XRP](send-xrp.html) + - [Set Up Secure Signing](set-up-secure-signing.html) + - [Monitor Incoming Payments with WebSocket](monitor-incoming-payments-with-websocket.html) +- **References:** + - [Payment transaction][] + - [account_info method][] + - [AccountRoot object](accountroot.html) + + + {% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} diff --git a/content/tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.md b/content/tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.md index c502a3ab96..e96d42a5de 100644 --- a/content/tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.md +++ b/content/tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.md @@ -184,6 +184,14 @@ GET https://api.example.com/v1/orderbook?market=xrp_btc ## Send an Exchange Listing Request to XRP Charts -Contact to request that your exchange be listed on XRP Charts. +Contact to request that your exchange be listed on XRP Charts. Be sure to include a link to your API documentation. -In the request, be sure to include a link to your API documentation + +## See Also + +- **Concepts:** + - [Software Ecosystem](software-ecosystem.html) +- **Tutorials:** + - [List XRP on Your Exchange](list-xrp-as-an-exchange.html) +- **References:** + - [Ripple Data API Reference](data-api.html)