# Need to create function to parse Asset on a checkpoint

**URL:** https://forums.sui.io/t/need-to-create-function-to-parse-asset-on-a-checkpoint/44863
**Category:** SDK
**Created:** [July 17, 2023, 5:27am UTC](https://forums.sui.io/t/need-to-create-function-to-parse-asset-on-a-checkpoint/44863 "2023-07-17T05:27:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![victor](https://avatars.discourse-cdn.com/v4/letter/v/3e96dc/32.png) [@victor](https://forums.sui.io/u/victor)
#### Post date: [July 17, 2023, 5:27am UTC](https://forums.sui.io/t/need-to-create-function-to-parse-asset-on-a-checkpoint/44863/1 "2023-07-17T05:27:52Z")

</div>

Hello, i’m victor.

In near day, there were lots of transaction on Network. In my situation, i need function that can find the change history of an asset based on a checkpoint.

Now, i call a getCheckpoint func and get list of digest, after that i call getTransactionBlock parse balanceChanges. As you know, in near day lots of transaction make lots of api call. So Could you make some API func for parse balanceChanges on a checkpoint?

thank you
