Jump to content

How to identify an Multisig XRP address


Debasish

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

On 2/7/2020 at 9:02 AM, Debasish said:

can any 1 please let me know how to identify a multisig XRP address.

Use https://xrpl.org/websocket-api-tool.html#account_objects

For example:

{
  "id": 1,
  "command": "account_objects",
  "account": "r9B3osCvQ28Chgv1qKDqwcGkQaDZJf4iqB",
  "ledger_index": "validated",
  "type": "signer_list"
}

and check the response -> "SignerEntries" -> https://xrpl.org/signerlist.html

https://livenet.xrpl.org/accounts/r9B3osCvQ28Chgv1qKDqwcGkQaDZJf4iqB

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...