Skip to content

Commit

Permalink
new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames authored and nsjames committed Jul 31, 2023
1 parent e082509 commit 9c49e1d
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: 토큰 및 내역 목록
---

계정에 대한 토큰 잔고 및 거래 내역 목록을 가져와야 하는 경우가 있습니다.일반적인 사용 사례입니다.
다양한 블록체인 애플리케이션에 적합합니다.

우리는 사용합니다 [`블록스카우트`](https://docs.blockscout.com/) 사용할 수 있는 다양한 API가 있는 탐색기로서
블록체인에 대한 다양한 정보를 얻을 수 있습니다.

## 당사의 호스팅 서버

이러한 모든 API에 대해 당사의 호스팅 서버를 사용할 수 있습니다.

```
MAINNET:
https://explorer.evm.eosnetwork.com/
TESTNET:
https://explorer.testnet.evm.eosnetwork.com/
```

## 토큰 잔고 가져오기

계정의 토큰 잔고 목록을 가져오려면 계정 모듈 API를 사용할 수 있습니다. `tokenlist` 끝점.


```
/api?module=account&action=tokenlist&address={address}
```

이 엔드포인트에 대한 자세한 내용은 을 참조하십시오. [블록스카우트 문서](https://docs.blockscout.com/for-users/api/rpc-endpoints/account#get-list-of-tokens-owned-by-address).

## 거래 내역 가져오기

계정에 대한 거래 목록을 가져오려면 계정 모듈 API를 사용할 수 있습니다. `txlist` 끝점.

```
/api?module=account&action=txlist&address={address}&startblock=555555&endblock=666666&page=1&offset=5&sort=asc
```

이 엔드포인트에 대한 자세한 내용은 을 참조하십시오. [블록스카우트 문서](https://docs.blockscout.com/for-users/api/rpc-endpoints/account#get-transactions-by-address).
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dont_translate_title: true

## 개요

`chain_api_plugin` 의 기능을 노출합니다. [`체인_플러그인`](./chain-plugin.md) 에서 관리하는 RPC API 인터페이스로 [`http_plugin`](../http_plugin/index.md).
`chain_api_plugin` 의 기능을 노출합니다. [`체인_플러그인`](./chain-plugin.md) 에서 관리하는 RPC API 인터페이스로 [`http_plugin`](./http-plugin/index.md).

## 사용법

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: 列出代币和历史记录
---

有时,您需要获取一个账户的代币余额和交易历史列表。这是一个常见的用例
适用于各种区块链应用程序。

我们用 [`blockscout`](https://docs.blockscout.com/) 作为我们的资源管理器,它有各种 API 可用于
获取有关区块链的各种信息。

## 我们的托管服务器

您可以将我们的托管服务器用于这些 API 中的任何一个。

```
MAINNET:
https://explorer.evm.eosnetwork.com/
TESTNET:
https://explorer.testnet.evm.eosnetwork.com/
```

## 获取代币余额

要获取一个账户的代币余额列表,我们可以使用账户模块 API `tokenlist` 端点。


```
/api?module=account&action=tokenlist&address={address}
```

如果您想了解有关此端点的更多信息,可以阅读 [Blockscou](https://docs.blockscout.com/for-users/api/rpc-endpoints/account#get-list-of-tokens-owned-by-address)

## 获取交易记录

要获取账户的交易清单,我们可以使用账户模块 API `txlist` 端点。

```
/api?module=account&action=txlist&address={address}&startblock=555555&endblock=666666&page=1&offset=5&sort=asc
```

如果您想了解有关此端点的更多信息,可以阅读 [Blockscou](https://docs.blockscout.com/for-users/api/rpc-endpoints/account#get-transactions-by-address).
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dont_translate_title: true

## 概述

那个 `chain_api_plugin` 公开了来自 [`chain_plugin`](./chain-plugin.md) 到由管理的 RPC API 接口 [`http_plugin`](../http_plugin/index.md)
那个 `chain_api_plugin` 公开了来自 [`chain_plugin`](./chain-plugin.md) 到由管理的 RPC API 接口 [`http_plugin`](./http-plugin/index.md)

## 用法

Expand Down
26 changes: 18 additions & 8 deletions translations/translated.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,12 +447,12 @@
},
"footer": {
"hash": "ca03e44f3f1033deb89b65676990073f",
"timestamp": 1690810128293,
"timestamp": 1690822386763,
"manually_translated": false
},
"navbar": {
"hash": "fb3686f8ba032fcb2795c2b5a329ebc7",
"timestamp": 1690810129947,
"timestamp": 1690822388899,
"manually_translated": false
},
"docs/02_core-concepts/30_resources.md": {
Expand Down Expand Up @@ -486,8 +486,8 @@
"manually_translated": false
},
"docs/07_node-operation/10_getting-started/30_plugins/chain-api-plugin.md": {
"hash": "b953e854bb18f19a7f137b4b57bc0cfa",
"timestamp": 1690808916879,
"hash": "3ca0a2c01d9b0bb308ef1b5fb25130a8",
"timestamp": 1690822353248,
"manually_translated": false
},
"docs/07_node-operation/10_getting-started/30_plugins/chain-plugin.md": {
Expand Down Expand Up @@ -564,6 +564,11 @@
"hash": "7ddde3a9f7f2a69e985cddda71b76022",
"timestamp": 1690809312643,
"manually_translated": false
},
"evm/23_advanced-guides/10_account-info.md": {
"hash": "5b4c3f713efba2780de86fa697634ab5",
"timestamp": 1690822370261,
"manually_translated": false
}
},
"ko": {
Expand Down Expand Up @@ -1014,12 +1019,12 @@
},
"footer": {
"hash": "ca03e44f3f1033deb89b65676990073f",
"timestamp": 1690810133456,
"timestamp": 1690822392552,
"manually_translated": false
},
"navbar": {
"hash": "fb3686f8ba032fcb2795c2b5a329ebc7",
"timestamp": 1690810135240,
"timestamp": 1690822394272,
"manually_translated": false
},
"docs/02_core-concepts/30_resources.md": {
Expand Down Expand Up @@ -1053,8 +1058,8 @@
"manually_translated": false
},
"docs/07_node-operation/10_getting-started/30_plugins/chain-api-plugin.md": {
"hash": "b953e854bb18f19a7f137b4b57bc0cfa",
"timestamp": 1690808924282,
"hash": "3ca0a2c01d9b0bb308ef1b5fb25130a8",
"timestamp": 1690822361398,
"manually_translated": false
},
"docs/07_node-operation/10_getting-started/30_plugins/chain-plugin.md": {
Expand Down Expand Up @@ -1131,6 +1136,11 @@
"hash": "7ddde3a9f7f2a69e985cddda71b76022",
"timestamp": 1690809360485,
"manually_translated": false
},
"evm/23_advanced-guides/10_account-info.md": {
"hash": "5b4c3f713efba2780de86fa697634ab5",
"timestamp": 1690822378505,
"manually_translated": false
}
}
}

0 comments on commit 9c49e1d

Please sign in to comment.