Updated 2021-09-07
9
1
2
3
4
5
6
7
›
⌄
with position_opens as (select
*
from terra.msgs m
where m.msg_value:contract::string = 'terra1wfz7h3aqf4cjmjcvc6s8lxdhh7k30nkczyf0mj'
and m.msg_value:execute_msg:open_position is not null
and m.tx_status = 'SUCCEEDED'),
Run a query to Download Data