# Get Archive Operation List

## GET /archive/oplist/{oprange}

> Get the list of archived data for operations based on DAA score range

```json
{"openapi":"3.0.0","info":{"title":"Kasplex KRC-20 API Documentation","version":"1.0.0"},"tags":[{"name":"Get-Archive-Operation-List"}],"servers":[{"url":"https://tn10api.kasplex.org/v1","description":"Kasplex KRC-20 TN10 Testnet"},{"url":"https://api.kasplex.org/v1","description":"Kasplex KRC-20 Mainnet"}],"paths":{"/archive/oplist/{oprange}":{"get":{"tags":["Get-Archive-Operation-List"],"description":"Get the list of archived data for operations based on DAA score range","parameters":[{"name":"oprange","schema":{"type":"string"},"in":"path","required":true,"description":"DAA score range corresponding to operations (DaaScore/10 truncate to integer)"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ArchiveOpListResponse"}}}}}}}},"components":{"schemas":{"ArchiveOpListResponse":{"type":"object","properties":{"message":{"type":"string","description":"When \"opRange not reached\" please wait a few seconds and try again"},"result":{"type":"array","description":"Operation list","items":{"type":"object","properties":{"opscore":{"type":"integer","description":"OP score"},"addressaffc":{"type":"string","description":"Affected address info (updated value of token balance)"},"script":{"type":"string","description":"OP script data (JSON encoded)"},"state":{"type":"string","description":"OP state data (JSON encoded)"},"tickaffc":{"type":"string","description":"affected token info (change in the number of holders)"},"txid":{"type":"string","description":"OP's reveal transaction ID"}}}}}}}}}
```
