Address.Transactions

Example Request

{
  "method": "address.transactions", // jsonrpc method name
  "id": 1, // request id
  "jsonrpc": "2.0", // jsonrpc version
  "params": [
    10, // page limit
    0, // page offset
    "0xF2f9D2575023D320475ed7875FCDCB9b52787E59", // address
    "", // chain name
    "", // protocol
    "", // tick name
    0, // event type : 1.deploy 2.mint 3.trans in 4.trans out
  ]
}

Example Response

Last updated

Was this helpful?