api icon indicating copy to clipboard operation
api copied to clipboard

datastore version 1

Open Andrei-Dolgolev opened this issue 4 years ago • 1 comments

Andrei-Dolgolev avatar Oct 27 '21 16:10 Andrei-Dolgolev

All store on s3. s3://events-data/<contract_address>/data.json

Json object with all data what we can set:

{
 method_1: { 
  day:
  count:
},
.......
volume_in:
volume_out:

}

Andrei-Dolgolev avatar Oct 27 '21 16:10 Andrei-Dolgolev