Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 363 Bytes

Coin98 History Guide

Victoria xao quyet xin chao

  const historyServices = new HistoryServices()

  const historyResponse = await historyServices.getHistory({
        address, //wallet address
        chain, //chain
        token, //non_native token(optionals)
        pagination:{ //pagination
          page,
          limit: 20
        }
    })