I am looking for API calls to get blockheight from my chia node based on a timestamp
Pretty sure that doesn’t exist. You could build it using get_block_records
paging your way back (or forward) until you zero in on the timestamp
in question.
1 Like