See Also links for other xrp business tutorials

This commit is contained in:
mDuo13
2019-10-04 16:18:18 -07:00
parent 004466e151
commit 6836c15b21
2 changed files with 29 additions and 2 deletions

View File

@@ -599,6 +599,25 @@ Off-Ledger Balances</td>
</table> </table>
## 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)
<!--{# common link defs #}--> <!--{# common link defs #}-->
{% include '_snippets/rippled-api-links.md' %} {% include '_snippets/rippled-api-links.md' %}
{% include '_snippets/tx-type-links.md' %} {% include '_snippets/tx-type-links.md' %}

View File

@@ -184,6 +184,14 @@ GET https://api.example.com/v1/orderbook?market=xrp_btc
## Send an Exchange Listing Request to XRP Charts ## Send an Exchange Listing Request to XRP Charts
Contact <xrpcharts_support@ripple.com> to request that your exchange be listed on XRP Charts. Contact <xrpcharts_support@ripple.com> 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)