mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
See Also links for other xrp business tutorials
This commit is contained in:
@@ -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' %}
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user