Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 613 Bytes

File metadata and controls

26 lines (21 loc) · 613 Bytes
description
Contact the Xumm platform to check for connectivity and valid auth.

ping()

The ping method allows you to verify API access (valid credentials) and returns some info on your XUMM APP:

const pong = await Sdk.ping();

Returns <ApplicationDetails>:

{
  quota: {},
  application: {
    uuidv4: '00000000-1111-2222-3333-aaaaaaaaaaaa',
    name: 'My XUMM APP',
    webhookurl: '',
    disabled: 0
  },
  call: { uuidv4: 'bbbbbbbb-cccc-dddd-eeee-111111111111' }
}