Integration Guide: Seamlessly Embed XRPSCAN into Your Application

ยท

Do you work at a bank, financial institution, or cryptocurrency exchange? Integrating XRPSCAN into your application is simple and efficient. Our platform supports deep links for various XRP Ledger elements, including accounts, transactions, ledgers, amendments, NFTs, and validator nodes. All pages are optimized for both desktop and mobile layouts.

Account Integration

To link to an XRP Ledger account, use the following URL structure:

https://xrpscan.com/account/{ACCOUNT}

Example:
๐Ÿ‘‰ View sample XRP account

Account Address Specifications:

Transaction Linking

To reference a transaction:

https://xrpscan.com/tx/{TRANSACTION_HASH}

Transaction Hash Attributes:

Ledger Index Integration

For ledger access:

https://xrpscan.com/ledger/{LEDGER_INDEX}

Ledger Index Requirements:

NFT Token Linking

To reference an NFT:

https://xrpscan.com/nft/{NFTOKEN_ID}

NFToken ID Specifications:

Validator Node Integration

For validator information:

https://xrpscan.com/validator/{VALIDATOR_PUBLIC_KEY}

Public Key Attributes:

Amendment Reference

To link to protocol amendments:

https://xrpscan.com/amendment/{AMENDMENT_ID}

Amendment ID Specifications:

Frequently Asked Questions

Q: Can I use these links in mobile applications?
A: Absolutely! All XRPSCAN URLs are mobile-responsive.

Q: Are there API rate limits?
A: Standard API limits apply. Contact us for enterprise needs.

Q: How often is validator data updated?
A: Validator information refreshes with each ledger close (3-5 seconds).

Q: Can I track NFT ownership changes?
A: Yes, our NFT pages display complete ownership history.

Q: Is there a sandbox for testing integrations?