Back

Documentation

Getting Started
Setting up for Web Applications
Setting up for Native Applications Connections Promises Pairing Sending Requests Catching Responses
Example interaction flow
Supported Blockchains
Networks
Requirable Fields
Identities
Signature Providers
API Reference Login / Get Identity Identity From Permissions Authenticate Suggest Network Get Public Key Link Account Create Transaction Request Signature Request Arbitrary Signature Request Transfer Get Version

Getting the version of the client's Scatter

Web
JSON

This API route just fetches the version of Scatter the user is using.

scatter.getVersion()
{
    id:'random-uid',
    type:'getVersion',
    plugin:'Your App Name',
    payload:{
        origin:'domain' || 'YOUR_APP',
    }
}