Skip to content

Commit

Permalink
update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
457813723 committed Jul 1, 2024
1 parent 445e00c commit 8b019e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@

Please familiarize yourself with the meaning of some common parameters before reading the API list:

| param | description |
|:----------------------------------------------------------------------------------------|:---------------------------------------------------|
| type | Filled with "blockchain" for now |
| coin_type <sup>[1](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)</sup> | 60: eth, 195: trx, 9006: bsc, 966: matic, 3: doge |
| account | Contains the suffix `.bit` in it |
| key | Generally refers to the blockchain address for now |
| param | description |
|:----------------------------------------------------------------------------|:---------------------------------------------------|
| type | Filled with "blockchain" for now |
| [coin_type](https://github.com/satoshilabs/slips/blob/master/slip-0044.md) | 60: eth, 195: trx, 9006: bsc, 966: matic, 3: doge |
| account | Contains the suffix `.bit` in it |
| key | Generally refers to the blockchain address for now |

#### Version

**Request**

* path: /version
* path: /v1/version
* param: none

**Response**
Expand Down

0 comments on commit 8b019e5

Please sign in to comment.