/v1/testnet/{address}
Live Testnet XRP balance, reserve, sequence and settings of an account, straight from the network
Request
https://api.xrpl.to/v1/testnet/rDKvxFRPLAiu1djgz5dQWCWPmax1pBp8Hj| Path parameter | Value | Description |
|---|---|---|
| address | An XRPL account, its r-address |
curl 'https://api.xrpl.to/v1/testnet/rDKvxFRPLAiu1djgz5dQWCWPmax1pBp8Hj'
Response
https://api.xrpl.to/v1/testnet/rDKvxFRPLAiu1djgz5dQWCWPmax1pBp8Hj{ "address": "rDKvxFRPLAiu1djgz5dQWCWPmax1pBp8Hj", "activated": true, "balance": "355203172", "balanceXRP": "355.203172", "reserve": { "baseReserveXRP": 1, "ownerReserveXRP": 0.2, "ownerCount": 17, "totalReserveXRP": "4.4", "totalReserveDrops": "4400000" }, "available": { "drops": "350803172", "xrp": "350.803172" }, "sequence": 20862446, "domain": "trader-1.example", "domainHex": "7472616465722D312E6578616D706C65", "flags": 0, "ledgerIndex": 20930517 }
{ address, activated, balance (drops), balanceXRP, reserve: { baseReserveXRP, ownerReserveXRP, ownerCount, totalReserveXRP }, available: { drops, xrp }, sequence, domain (the Domain field as text), domainHex, flags, ledgerIndex }
What it does
Live Testnet XRP balance, reserve, sequence and settings of an account, straight from the network