Integration guide
Integrate XRPSCAN in your application.
Last updated
Integrate XRPSCAN in your application.
Last updated
Do you work at a Bank, Financial Institution or a Cryptocurrency Exchange? Its easy to integrate XRPSCAN in your application. We support deep links for accounts, transactions, ledgers, amendments, NFTs and validator nodes. All pages support desktop as well as mobile layouts.
To link to an account, construct a URL like this:
ACCOUNT
in the XRP Ledger is identified by an address in the Base58 format. An account address has the following properties:
A string of length between 25 to 35 characters.
Starts with the character r
.
Is case sensitive.
Uses alphanumeric characters, excluding the number 0
capital letter O
, capital letter I
, and lowercase letter l
.
To link to an transaction, construct a URL like this:
TRANSACTION_HASH
in the XRP Ledger is identified by a 64 characters long string. A transaction hash has the following properties:
A string exactly 64 characters in length.
Hex character set: 0-9
and A-F
.
Not case sensitive, but typically written in upper case letters.
To link to a Transaction, construct a URL like this:
LEDGER_INDEX
in the XRP Ledger is identified by a 32 bit unsigned integer. string. A ledger index has the following properties:
A number between 32,570
and 4,294,967,295
.
Must be less than the last closed ledger index.
To link to a NFT, construct a URL like this:
NFTOKEN_ID
in the XRP Ledger is identified by a 64 characters long string. A NFToken ID has the following properties:
A string exactly 64 characters in length.
Hex character set: 0-9
and A-F
.
To link to a Validator, construct a URL like this:
VALIDATOR_PUBLIC_KEY
in the XRP Ledger is identified by upto 53 characters long string in Base68 format. A Validator public key has the following properties:
A string in Base58, upto 53 characters in length.
Starts with the character n
, commonly followed by H
.
Is case sensitive.
Uses alphanumeric characters, excluding the number 0
capital letter O
, capital letter I
, and lowercase letter l
.
To link to an Amendment, construct a URL like this:
AMENDMENT_ID
in the XRP Ledger is identified by upto 64 charcters long string. An Amendment ID has the following properties:
A string exactly 64 characters in length.
Hex character set: 0-9
and A-F
.
Case sensitive.