Closed patrickdugan closed 2 years ago
Takes as parameter, an address, start block, end block, and optionally a contract id. If null, returns for all contracts on that address that are swaps.
JSON like:
{ contractid: n propertyid: 3 results: [ {block: n, propertyid: 3, amount: 0.001234},{block:n,propertyid:2, amount: -0.00032451},{block: n+24, propertyid: 3, amount: 0.00021213} ...] }
Ale's April 2022 PR's should cover this.
Takes as parameter, an address, start block, end block, and optionally a contract id. If null, returns for all contracts on that address that are swaps.
JSON like:
{ contractid: n propertyid: 3 results: [ {block: n, propertyid: 3, amount: 0.001234},{block:n,propertyid:2, amount: -0.00032451},{block: n+24, propertyid: 3, amount: 0.00021213} ...] }