Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
XRPL X-Encoded address decode (API)
node v10.24.1
version:
3.0.0
endpoint
share
tweet
const fetch = require('node-fetch') fetch('https://xrpaddress.info/api/decode/XV5sbjUmgPpvXv4ixFWZ5ptAYZ6PD2q1qM6owqNbug8W6KV').then(r => { console.log('CDN endpoint: ' + r.headers.raw()['x-now-trace']) return r.json() }).then(r => { console.log(r) })
Created from: https://xrpaddress.info/
Loading…
no comments
sign in
to comment