Future<JSON> getBlockByNumber(int number) { return postCall<JSON>( "$baseURL/wallet/getblockbynum", data: { "num": number, }, ); }