> For the complete documentation index, see [llms.txt](https://docs.chainupcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainupcloud.com/zhong-wen/nft-api/chuan-shu-api.md).

# 传输 API

<mark style="color:blue;">`GET`</mark> `/nft/{chain}/{token}/getAssetsTransfer` &#x20;

#### &#x20;路径参数

| 名                                         | 类型     | 描述                        |
| ----------------------------------------- | ------ | ------------------------- |
| {chain}<mark style="color:red;">\*</mark> | String | 区块链标识符的占位符（例如，以太坊、币安智能链）。 |
| token<mark style="color:red;">\*</mark>   | String | NFT 代币标识符的占位符。            |

{% tabs %}
{% tab title="Scroll" %}
{% code overflow="wrap" %}

```
curl -X POST "https://nft.chainup.net/scroll_mainnet/token/v1/getAssetTransfers" --data '{"category": ["ERC721"],"max_count": 5}' | jq .
```

{% endcode %}
{% endtab %}

{% tab title="HoleSky" %}
{% code overflow="wrap" %}

```
curl -X POST "https://nft.chainup.net/eth_holesky/token/v1/getAssetTransfers" --data '{"category": ["ERC721"],"max_count": 5}' | jq .
```

{% endcode %}
{% endtab %}
{% endtabs %}
