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:
- Base58 format (25-35 characters)
- Begins with
r - Case-sensitive
- Excludes characters:
0,O,I,l
Transaction Linking
To reference a transaction:
https://xrpscan.com/tx/{TRANSACTION_HASH}Transaction Hash Attributes:
- 64-character hexadecimal string
- Case-insensitive (typically uppercase)
- Valid characters:
0-9,A-F
Ledger Index Integration
For ledger access:
https://xrpscan.com/ledger/{LEDGER_INDEX}Ledger Index Requirements:
- 32-bit unsigned integer
- Range: 32,570 - 4,294,967,295
- Must precede last closed ledger index
NFT Token Linking
To reference an NFT:
https://xrpscan.com/nft/{NFTOKEN_ID}NFToken ID Specifications:
- Fixed 64-character length
- Hexadecimal format
- Example:
๐ Explore XRP NFTs
Validator Node Integration
For validator information:
https://xrpscan.com/validator/{VALIDATOR_PUBLIC_KEY}Public Key Attributes:
- Base58 format (โค53 characters)
- Starts with
n(often followed byH) - Case-sensitive
Amendment Reference
To link to protocol amendments:
https://xrpscan.com/amendment/{AMENDMENT_ID}Amendment ID Specifications:
- 64-character hexadecimal string
- Case-sensitive
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?