Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
docs: refine formats
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhong committed Jun 9, 2022
1 parent 61e915d commit c8bbcf8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions source/includes/_evm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVM API

**Tip:** Evm API is only available in the network supports pallet **Evm** and **ethereum** (like Moonbeam, Astar)
**Tip:** Evm API is only available in the network supports **evm** and **ethereum** pallet(like Moonbeam, Astar)

## evm block

Expand Down Expand Up @@ -107,7 +107,7 @@ curl -X POST 'https://crab.api.subscan.io/api/scan/evm/transactions' \
}
```

## account tokens
## account evm tokens

Get evm tokens by account address

Expand Down Expand Up @@ -1239,4 +1239,4 @@ curl -X POST 'https://crab.api.subscan.io/api/scan/evm/erc721/transfer' \
]
}
}
```
```
6 changes: 3 additions & 3 deletions source/includes/_general.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ curl -X POST 'https://crab.api.subscan.io/api/scan/logs' \

~~Search block, account, extrinsic~~

NOTICE: This was been deprecated, please using `v2/scan/search` instead
NOTICE: This is deprecated, please use `v2/scan/search` instead

```shell
curl -X POST 'https://polkadot.api.subscan.io/api/scan/search' \
Expand Down Expand Up @@ -908,7 +908,7 @@ curl -X POST 'https://polkadot.api.subscan.io/api/scan/transfers' \

## check-hash

Judgment hash is a block | extrinsic
Check whether it is block hash or extrinsic hash

```shell
curl -X POST 'https://polkadot.api.subscan.io/api/scan/check_hash' \
Expand Down Expand Up @@ -988,7 +988,7 @@ curl -X POST 'https://polkadot.api.subscan.io/api/scan/token' \

## raw extrinsic

Get Raw data of Extrinsic
Get raw data of extrinsic

```shell
curl -X POST 'https://polkadot.api.subscan.io/api/scan/getRawTx' \
Expand Down
2 changes: 1 addition & 1 deletion source/includes/_price.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ curl -X POST 'https://polkadot.api.subscan.io/api/open/price' \

## price-converter

The conversion calculator returns the amount of the target currency base on the amount of source currency given historical price
The conversion calculator returns the amount of the target currency base on the amount of source currency and historical price

```shell
curl -X POST 'https://polkadot.api.subscan.io/api/open/price_converter' \
Expand Down
2 changes: 1 addition & 1 deletion source/includes/_staking.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Staking API

**Tip:** Staking API is only available in the network supports pallet **staking** or **parachain staking** (like moonbeam, bifrost)
**Tip:** Staking API is only available in the networks support **staking** or **parachain staking** pallet(like moonbeam, bifrost)

## validators

Expand Down

0 comments on commit c8bbcf8

Please sign in to comment.