Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

XTS URLs

Nathan edited this page Jul 5, 2014 · 14 revisions

The BitSharesXT GUI wallet supports handling URLs with the custom xts: scheme. URLs of this scheme can be used to access certain information within the BitShares UI, such as an account page; or to perform an action within the BitShares network, such as voting for a delegate or making a transfer. Note that URLs which perform actions visible to the network will not be processed without confirmation from the owner of the wallet, so a URL which makes a transfer will automatically fill out the transfer form, but the user is still required to unlock his wallet and confirm the action.

The URL types currently supported are documented below. Unformatted text is to be interpreted as literal characters of a valid URL. Italicized text is a placeholder for some other value, so profile-name should be replaced with the name of a profile. Text in [square brackets] is a placeholder for an optional value. Pipe-delimited text in {curly|braces} represents values where only one of the values may appear at a time in a valid URL.

  • Go to profile
  • xts:profile-name
  • Add new contact with name
  • xts:name:XTSaccountkey
  • Vote for delegate
  • xts:delegate-name/{approve|disapprove}
Clone this wiki locally