getProvider

Returns information about the dAPI provider, including who this provider is, the version of their dAPI, and the NEP that the interface is compatible with.

Input Arguments

None

Success Response

Parameter
Description

name: string

The name of the wallet provider

website: string

The website of the wallet provider

version: string

The version of the dAPI that the the wallet supports

compatibility: string[]

A list of all applicable NEPs which the wallet provider supports

extra: object

This object can contain any attributes specific to the dapi provider, such as an app theme

Error Response

Parameter
Description

type: string

The type of error which has occured

description: string

A description of the error which has occured

data: string

Any raw data associated with the error

Example

Request

Response

最后更新于

这有帮助吗?